Html Css Color HEX #8E867F Schooner

📋 copy color: '#8E867F'

red 142 ◦ green 134 ◦ blue 127

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

Shades of Schooner #8E867F

Tints of Schooner #8E867F

RGB

 RED value IS 142 (55.86% from 255) = 35.24%

 GREEN value IS 134 (52.73% from 255) = 33.25%

 BLUE value IS 127 (50% from 255) = 31.51%

R = 35.24%
G = 33.25%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E867F (or 0x8E867F) is known color: Schooner. HEX triplet: 8E, 86 and 7F. RGB value is (142,134,127). Sum of RGB (Red+Green+Blue) = 142+134+127=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 142 - color contains mainly: red. Hex color #8E867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E867F is #717980. Grayscale: #878787. Windows color (decimal): -7436673 or 8357518. OLE color: 8357518.

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

Color convert

RGB 142 134 127 -
CMYK 0 0.06 0.11 0.44
HSL 28º 0.06% 0.53% -
HSV(B) 28º 0.11% 0.56% -
XYZ 23.51 24.33 23.54 -
YUV 135.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 142 134 127 0 0.06 0.11 0.44 28 0.06 0.53
Hex 8E 86 7F 0 6 B 2C 1C 6 35
Octal 216 206 177 0 6 13 54 34 6 65
Binary 10001110 10000110 1111111 0 110 1011 101100 11100 110 110101

Color Harmonies of #8E867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E867F

Black with #8E867F

Text Example


Text Example

White with #8E867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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