#7A4D31

Color #7A4D31 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #7A4D31

Tints of Cape Palliser #7A4D31

Color information

#7A4D31 (or 0x7A4D31) is unknown color: approx Cape Palliser. HEX triplet: 7A, 4D and 31. RGB value is (122,77,49). Sum of RGB (Red+Green+Blue) = 122+77+49=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4D31 is #85B2CE. Grayscale: #575757. Windows color (decimal): -8762063 or 3231098. OLE color: 3231098.

HSL color Cylindrical-coordinate representation of color #7A4D31: hue angle of 23.01º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A4D31 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1227749-
CMYK00.370.600.52
HSL23.01º42.69%33.53%-
HSV(B)23.01º59.84%47.84%-
XYZ11.239.674.18-
YUV87.26106.41152.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=49.19%
G=31.05%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122774900.370.600.5223.0142.6933.53
Hex7A4D310253C34172b22
Octal172115610457464275342
Binary11110101001101110001010010111110011010010111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4D31; }

 p { color: rgb(122,77,49); }

 H1.HeaderClassName
 {
   color: #7A4D31;
 }
 .AnyTagClassName
 {
   color: #7A4D31;
 }
</style>
background-color css

<style>
 a { background-color: #7A4D31; }

 a { background-color: rgb(122,77,49); }

 div.DivClassName
 {
   background-color: #7A4D31;
 }
 .BgClassName
 {
   background-color: #7A4D31;
 }
</style>
border-color css

<style>
 span { border-color: #7A4D31; }

 span { border-color: rgb(122,77,49); }

 td.TdClassName
 {
   border-color: #7A4D31;
 }
 .TagClassName
 {
   border-color: #7A4D31;
 }
</style>