#7A4C32

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

Shades of Cape Palliser #7A4C32

Tints of Cape Palliser #7A4C32

Color information

#7A4C32 (or 0x7A4C32) is unknown color: approx Cape Palliser. HEX triplet: 7A, 4C and 32. RGB value is (122,76,50). Sum of RGB (Red+Green+Blue) = 122+76+50=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C32 is #85B3CD. Grayscale: #565656. Windows color (decimal): -8762318 or 3296378. OLE color: 3296378.

HSL color Cylindrical-coordinate representation of color #7A4C32: hue angle of 21.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A4C32 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB1227650-
CMYK00.380.590.52
HSL21.67º41.86%33.73%-
HSV(B)21.67º59.02%47.84%-
XYZ11.199.544.27-
YUV86.79107.24153.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=49.19%
G=30.65%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122765000.380.590.5221.6741.8633.73
Hex7A4C320263B34162a22
Octal172114620467364265242
Binary11110101001100110010010011011101111010010110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,76,50); }

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

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

 a { background-color: rgb(122,76,50); }

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

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

 span { border-color: rgb(122,76,50); }

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