#78482E

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

Shades of Cape Palliser #78482E

Tints of Cape Palliser #78482E

Color information

#78482E (or 0x78482E) is unknown color: approx Cape Palliser. HEX triplet: 78, 48 and 2E. RGB value is (120,72,46). Sum of RGB (Red+Green+Blue) = 120+72+46=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78482E is #87B7D1. Grayscale: #535353. Windows color (decimal): -8894418 or 3033208. OLE color: 3033208.

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

Color convert

RGB1207246-
CMYK00.400.620.53
HSL21.08º44.58%32.55%-
HSV(B)21.08º61.67%47.06%-
XYZ10.568.833.73-
YUV83.39106.9154.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=50.42%
G=30.25%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120724600.400.620.5321.0844.5832.55
Hex78482E0283E35152d21
Octal170110560507665255541
Binary11110001001000101110010100011111011010110101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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