#78462E

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

Shades of Cape Palliser #78462E

Tints of Cape Palliser #78462E

Color information

#78462E (or 0x78462E) is unknown color: approx Cape Palliser. HEX triplet: 78, 46 and 2E. RGB value is (120,70,46). Sum of RGB (Red+Green+Blue) = 120+70+46=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78462E is #87B9D1. Grayscale: #525252. Windows color (decimal): -8894930 or 3032696. OLE color: 3032696.

HSL color Cylindrical-coordinate representation of color #78462E: hue angle of 19.46º 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 #78462E is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1207046-
CMYK00.420.620.53
HSL19.46º44.58%32.55%-
HSV(B)19.46º61.67%47.06%-
XYZ10.438.573.69-
YUV82.21107.56154.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=50.85%
G=29.66%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120704600.420.620.5319.4644.5832.55
Hex78462E02A3E35132d21
Octal170106560527665235541
Binary11110001000110101110010101011111011010110011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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