#868079

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

Shades of Schooner #868079

Tints of Schooner #868079

Color information

#868079 (or 0x868079) is unknown color: approx 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

RGB134128121-
CMYK00.040.100.47
HSL32.31º5.1%50%-
HSV(B)32.31º9.7%52.55%-
XYZ2121.8921.21-
YUV129123.49131.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412812100.040.100.4732.315.150
Hex86807904A2F20532
Octal20620017104125740562
Binary1000011010000000111100101001010101111100000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>