#78492B

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

Shades of Cape Palliser #78492B

Tints of Cape Palliser #78492B

Color information

#78492B (or 0x78492B) is unknown color: approx Cape Palliser. HEX triplet: 78, 49 and 2B. RGB value is (120,73,43). Sum of RGB (Red+Green+Blue) = 120+73+43=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78492B is #87B6D4. Grayscale: #535353. Windows color (decimal): -8894165 or 2836856. OLE color: 2836856.

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

Color convert

RGB1207343-
CMYK00.390.640.53
HSL23.38º47.24%31.96%-
HSV(B)23.38º64.17%47.06%-
XYZ10.568.933.45-
YUV83.63105.07153.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=50.85%
G=30.93%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120734300.390.640.5323.3847.2431.96
Hex78492B0274035172f20
Octal1701115304710065275740
Binary111100010010011010110100111100000011010110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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