#76472E

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

Shades of Cape Palliser #76472E

Tints of Cape Palliser #76472E

Color information

#76472E (or 0x76472E) is unknown color: approx Cape Palliser. HEX triplet: 76, 47 and 2E. RGB value is (118,71,46). Sum of RGB (Red+Green+Blue) = 118+71+46=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76472E is #89B8D1. Grayscale: #525252. Windows color (decimal): -9025746 or 3032950. OLE color: 3032950.

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

Color convert

RGB1187146-
CMYK00.400.610.54
HSL20.83º43.9%32.16%-
HSV(B)20.83º61.02%46.27%-
XYZ10.228.563.7-
YUV82.2107.57153.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=50.21%
G=30.21%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118714600.400.610.5420.8343.932.16
Hex76472E0283D36152c20
Octal166107560507566255440
Binary11101101000111101110010100011110111011010101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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