Html Css Color HEX #868078 Schooner

📋 copy color: '#868078'

red 134 ◦ green 128 ◦ blue 120

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

Shades of Schooner #868078

Tints of Schooner #868078

RGB

 RED value IS 134 (52.73% from 255) = 35.08%

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

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

R = 35.08%
G = 33.51%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#868078 (or 0x868078) is known color: Schooner. HEX triplet: 86, 80 and 78. RGB value is (134,128,120). Sum of RGB (Red+Green+Blue) = 134+128+120=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #868078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868078 is #797F87. Grayscale: #808080. Windows color (decimal): -7962504 or 7897222. OLE color: 7897222.

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

Color convert

RGB 134 128 120 -
CMYK 0 0.04 0.10 0.47
HSL 34.29º 0.06% 0.5% -
HSV(B) 34.29º 0.1% 0.53% -
XYZ 20.94 21.86 20.89 -
YUV 128.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 134 128 120 0 0.04 0.10 0.47 34.29 0.06 0.5
Hex 86 80 78 0 4 A 2F 22 6 32
Octal 206 200 170 0 4 12 57 42 6 62
Binary 10000110 10000000 1111000 0 100 1010 101111 100010 110 110010

Color Harmonies of #868078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868078

Black with #868078

Text Example


Text Example

White with #868078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868078; }

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

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

background-color css

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

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

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

border-color css

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

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

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