#78472C

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

Shades of Cape Palliser #78472C

Tints of Cape Palliser #78472C

Color information

#78472C (or 0x78472C) is unknown color: approx Cape Palliser. HEX triplet: 78, 47 and 2C. RGB value is (120,71,44). Sum of RGB (Red+Green+Blue) = 120+71+44=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78472C is #87B8D3. Grayscale: #525252. Windows color (decimal): -8894676 or 2901880. OLE color: 2901880.

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

Color convert

RGB1207144-
CMYK00.410.630.53
HSL21.32º46.34%32.16%-
HSV(B)21.32º63.33%47.06%-
XYZ10.458.683.51-
YUV82.57106.23154.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=51.06%
G=30.21%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120714400.410.630.5321.3246.3432.16
Hex78472C0293F35152e20
Octal170107540517765255640
Binary11110001000111101100010100111111111010110101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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