#78472E

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

Shades of Cape Palliser #78472E

Tints of Cape Palliser #78472E

Color information

#78472E (or 0x78472E) is unknown color: approx Cape Palliser. HEX triplet: 78, 47 and 2E. RGB value is (120,71,46). Sum of RGB (Red+Green+Blue) = 120+71+46=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78472E is #87B8D1. Grayscale: #525252. Windows color (decimal): -8894674 or 3032952. OLE color: 3032952.

HSL color Cylindrical-coordinate representation of color #78472E: hue angle of 20.27º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78472E is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1207146-
CMYK00.410.620.53
HSL20.27º44.58%32.55%-
HSV(B)20.27º61.67%47.06%-
XYZ10.498.73.71-
YUV82.8107.23154.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 46 (18.36% from 255) = 19.41%
R=50.63%
G=29.96%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120714600.410.620.5320.2744.5832.55
Hex78472E0293E35142d21
Octal170107560517665245541
Binary11110001000111101110010100111111011010110100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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