#764C29

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

Shades of Cape Palliser #764C29

Tints of Cape Palliser #764C29

Color information

#764C29 (or 0x764C29) is unknown color: approx Cape Palliser. HEX triplet: 76, 4C and 29. RGB value is (118,76,41). Sum of RGB (Red+Green+Blue) = 118+76+41=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C29 is #89B3D6. Grayscale: #545454. Windows color (decimal): -9024471 or 2706550. OLE color: 2706550.

HSL color Cylindrical-coordinate representation of color #764C29: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764C29 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1187641-
CMYK00.360.650.54
HSL27.27º48.43%31.18%-
HSV(B)27.27º65.25%46.27%-
XYZ10.469.183.32-
YUV84.57103.41151.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=50.21%
G=32.34%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118764100.360.650.5427.2748.4331.18
Hex764C2902441361b301f
Octal1661145104410166336037
Binary11101101001100101001010010010000011101101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C29; }

 p { color: rgb(118,76,41); }

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

<style>
 a { background-color: #764C29; }

 a { background-color: rgb(118,76,41); }

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

<style>
 span { border-color: #764C29; }

 span { border-color: rgb(118,76,41); }

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