Html Css Color HEX #878078 Schooner

📋 copy color: '#878078'

red 135 ◦ green 128 ◦ blue 120

#878078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schooner #878078

Tints of Schooner #878078

RGB

 RED value IS 135 (53.13% from 255) = 35.25%

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 35.25%
G = 33.42%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#878078 (or 0x878078) is known color: Schooner. HEX triplet: 87, 80 and 78. RGB value is (135,128,120). Sum of RGB (Red+Green+Blue) = 135+128+120=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #878078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878078 is #787F87. Grayscale: #818181. Windows color (decimal): -7896968 or 7897223. OLE color: 7897223.

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

Color convert

RGB 135 128 120 -
CMYK 0 0.05 0.11 0.47
HSL 32º 0.06% 0.5% -
HSV(B) 32º 0.11% 0.53% -
XYZ 21.1 21.95 20.89 -
YUV 129.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 135 128 120 0 0.05 0.11 0.47 32 0.06 0.5
Hex 87 80 78 0 5 B 2F 20 6 32
Octal 207 200 170 0 5 13 57 40 6 62
Binary 10000111 10000000 1111000 0 101 1011 101111 100000 110 110010

Color Harmonies of #878078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878078

Black with #878078

Text Example


Text Example

White with #878078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878078; }

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

 H1.HeaderClassName
 {
   color: #878078;
 }
 .AnyTagClassName
 {
   color: #878078;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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