#78492A

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

Shades of Cape Palliser #78492A

Tints of Cape Palliser #78492A

Color information

#78492A (or 0x78492A) is unknown color: approx Cape Palliser. HEX triplet: 78, 49 and 2A. RGB value is (120,73,42). Sum of RGB (Red+Green+Blue) = 120+73+42=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78492A is #87B6D5. Grayscale: #535353. Windows color (decimal): -8894166 or 2771320. OLE color: 2771320.

HSL color Cylindrical-coordinate representation of color #78492A: hue angle of 23.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78492A is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1207342-
CMYK00.390.650.53
HSL23.85º48.15%31.76%-
HSV(B)23.85º65%47.06%-
XYZ10.558.933.36-
YUV83.52104.57154.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=51.06%
G=31.06%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120734200.390.650.5323.8548.1531.76
Hex78492A0274135183020
Octal1701115204710165306040
Binary111100010010011010100100111100000111010111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78492A; }

 p { color: rgb(120,73,42); }

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

<style>
 a { background-color: #78492A; }

 a { background-color: rgb(120,73,42); }

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

<style>
 span { border-color: #78492A; }

 span { border-color: rgb(120,73,42); }

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