#878077

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

Shades of Schooner #878077

Tints of Schooner #878077

Color information

#878077 (or 0x878077) is unknown color: approx Schooner. HEX triplet: 87, 80 and 77. RGB value is (135,128,119). Sum of RGB (Red+Green+Blue) = 135+128+119=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #878077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878077 is #787F88. Grayscale: #818181. Windows color (decimal): -7896969 or 7831687. OLE color: 7831687.

HSL color Cylindrical-coordinate representation of color #878077: hue angle of 33.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878077 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB135128119-
CMYK00.050.120.47
HSL33.75º6.3%49.8%-
HSV(B)33.75º11.85%52.94%-
XYZ21.0421.9220.58-
YUV129.07122.32132.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=35.34%
G=33.51%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512811900.050.120.4733.756.349.8
Hex87807705C2F22632
Octal20720016705145742662
Binary1000011110000000111011101011100101111100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878077; }

 p { color: rgb(135,128,119); }

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

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

 a { background-color: rgb(135,128,119); }

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

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

 span { border-color: rgb(135,128,119); }

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