#764B27

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

Shades of Cape Palliser #764B27

Tints of Cape Palliser #764B27

Color information

#764B27 (or 0x764B27) is unknown color: approx Cape Palliser. HEX triplet: 76, 4B and 27. RGB value is (118,75,39). Sum of RGB (Red+Green+Blue) = 118+75+39=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #764B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B27 is #89B4D8. Grayscale: #535353. Windows color (decimal): -9024729 or 2575222. OLE color: 2575222.

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

Color convert

RGB1187539-
CMYK00.360.670.54
HSL27.34º50.32%30.78%-
HSV(B)27.34º66.95%46.27%-
XYZ10.359.033.12-
YUV83.75102.75152.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=50.86%
G=32.33%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118753900.360.670.5427.3450.3230.78
Hex764B2702443361b321f
Octal1661134704410366336237
Binary11101101001011100111010010010000111101101101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,39); }

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

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

 a { background-color: rgb(118,75,39); }

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

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

 span { border-color: rgb(118,75,39); }

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