#867F76

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

Shades of Schooner #867F76

Tints of Schooner #867F76

Color information

#867F76 (or 0x867F76) is unknown color: approx Schooner. HEX triplet: 86, 7F and 76. RGB value is (134,127,118). Sum of RGB (Red+Green+Blue) = 134+127+118=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F76 is #798089. Grayscale: #808080. Windows color (decimal): -7962762 or 7765894. OLE color: 7765894.

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

Color convert

RGB134127118-
CMYK00.050.120.47
HSL33.75º6.35%49.41%-
HSV(B)33.75º11.94%52.55%-
XYZ20.6921.5620.21-
YUV128.07122.32132.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=35.36%
G=33.51%
B=31.13%

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
Decimal13412711800.050.120.4733.756.3549.41
Hex867F7605C2F22631
Octal20617716605145742661
Binary100001101111111111011001011100101111100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F76; }

 p { color: rgb(134,127,118); }

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

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

 a { background-color: rgb(134,127,118); }

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

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

 span { border-color: rgb(134,127,118); }

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