#78482A

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

Shades of Cape Palliser #78482A

Tints of Cape Palliser #78482A

Color information

#78482A (or 0x78482A) is unknown color: approx Cape Palliser. HEX triplet: 78, 48 and 2A. RGB value is (120,72,42). Sum of RGB (Red+Green+Blue) = 120+72+42=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78482A is #87B7D5. Grayscale: #535353. Windows color (decimal): -8894422 or 2771064. OLE color: 2771064.

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

Color convert

RGB1207242-
CMYK00.400.650.53
HSL23.08º48.15%31.76%-
HSV(B)23.08º65%47.06%-
XYZ10.488.793.34-
YUV82.93104.9154.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=51.28%
G=30.77%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120724200.400.650.5323.0848.1531.76
Hex78482A0284135173020
Octal1701105205010165276040
Binary111100010010001010100101000100000111010110111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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