#78482B

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

Shades of Cape Palliser #78482B

Tints of Cape Palliser #78482B

Color information

#78482B (or 0x78482B) is unknown color: approx Cape Palliser. HEX triplet: 78, 48 and 2B. RGB value is (120,72,43). Sum of RGB (Red+Green+Blue) = 120+72+43=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78482B is #87B7D4. Grayscale: #535353. Windows color (decimal): -8894421 or 2836600. OLE color: 2836600.

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

Color convert

RGB1207243-
CMYK00.400.640.53
HSL22.6º47.24%31.96%-
HSV(B)22.6º64.17%47.06%-
XYZ10.58.83.43-
YUV83.05105.4154.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=51.06%
G=30.64%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120724300.400.640.5322.647.2431.96
Hex78482B0284035172f20
Octal1701105305010065275740
Binary111100010010001010110101000100000011010110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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