Html Css Color HEX #868079 Schooner

📋 copy color: '#868079'

red 134 ◦ green 128 ◦ blue 121

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

Shades of Schooner #868079

Tints of Schooner #868079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 34.99%
G = 33.42%
B = 31.59%

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

#868079 (or 0x868079) is known color: Schooner. HEX triplet: 86, 80 and 79. RGB value is (134,128,121). Sum of RGB (Red+Green+Blue) = 134+128+121=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #868079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868079 is #797F86. Grayscale: #818181. Windows color (decimal): -7962503 or 7962758. OLE color: 7962758.

HSL color Cylindrical-coordinate representation of color #868079: hue angle of 32.31º degrees, saturation: 0.05, 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 #868079 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 121 -
CMYK 0 0.04 0.10 0.47
HSL 32.31º 0.05% 0.5% -
HSV(B) 32.31º 0.1% 0.53% -
XYZ 21 21.89 21.21 -
YUV 129 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 134 128 121 0 0.04 0.10 0.47 32.31 0.05 0.5
Hex 86 80 79 0 4 A 2F 20 5 32
Octal 206 200 171 0 4 12 57 40 5 62
Binary 10000110 10000000 1111001 0 100 1010 101111 100000 101 110010

Color Harmonies of #868079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868079

Black with #868079

Text Example


Text Example

White with #868079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868079; }

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

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

background-color css

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

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

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

border-color css

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

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

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