#78885C

Color #78885C Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #78885C

Tints of Highland #78885C

Color information

#78885C (or 0x78885C) is unknown color: approx Highland. HEX triplet: 78, 88 and 5C. RGB value is (120,136,92). Sum of RGB (Red+Green+Blue) = 120+136+92=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #78885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78885C is #8777A3. Grayscale: #7E7E7E. Windows color (decimal): -8877988 or 6064248. OLE color: 6064248.

HSL color Cylindrical-coordinate representation of color #78885C: hue angle of 81.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78885C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB12013692-
CMYK0.1200.320.47
HSL81.82º19.3%44.71%-
HSV(B)81.82º32.35%53.33%-
XYZ18.4822.3713.47-
YUV126.2108.7123.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=34.48%
G=39.08%
B=26.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120136920.1200.320.4781.8219.344.71
Hex78885CC0202F52132d
Octal17021013414040571222355
Binary111100010001000101110011000100000101111101001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78885C; }

 p { color: rgb(120,136,92); }

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

<style>
 a { background-color: #78885C; }

 a { background-color: rgb(120,136,92); }

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

<style>
 span { border-color: #78885C; }

 span { border-color: rgb(120,136,92); }

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