#76472C

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

Shades of Cape Palliser #76472C

Tints of Cape Palliser #76472C

Color information

#76472C (or 0x76472C) is unknown color: approx Cape Palliser. HEX triplet: 76, 47 and 2C. RGB value is (118,71,44). Sum of RGB (Red+Green+Blue) = 118+71+44=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76472C is #89B8D3. Grayscale: #525252. Windows color (decimal): -9025748 or 2901878. OLE color: 2901878.

HSL color Cylindrical-coordinate representation of color #76472C: hue angle of 21.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76472C is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1187144-
CMYK00.400.630.54
HSL21.89º45.68%31.76%-
HSV(B)21.89º62.71%46.27%-
XYZ10.188.543.49-
YUV81.98106.57153.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=50.64%
G=30.47%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118714400.400.630.5421.8945.6831.76
Hex76472C0283F36162e20
Octal166107540507766265640
Binary11101101000111101100010100011111111011010110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76472C; }

 p { color: rgb(118,71,44); }

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

<style>
 a { background-color: #76472C; }

 a { background-color: rgb(118,71,44); }

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

<style>
 span { border-color: #76472C; }

 span { border-color: rgb(118,71,44); }

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