Html Css Color HEX #8E8377 Schooner

📋 copy color: '#8E8377'

red 142 ◦ green 131 ◦ blue 119

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

Shades of Schooner #8E8377

Tints of Schooner #8E8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 36.22%
G = 33.42%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8E8377 (or 0x8E8377) is known color: Schooner. HEX triplet: 8E, 83 and 77. RGB value is (142,131,119). Sum of RGB (Red+Green+Blue) = 142+131+119=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8377 is #717C88. Grayscale: #848484. Windows color (decimal): -7437449 or 7832462. OLE color: 7832462.

HSL color Cylindrical-coordinate representation of color #8E8377: hue angle of 31.3º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8377 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 131 119 -
CMYK 0 0.08 0.16 0.44
HSL 31.3º 0.09% 0.51% -
HSV(B) 31.3º 0.16% 0.56% -
XYZ 22.6 23.32 20.76 -
YUV 132.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 142 131 119 0 0.08 0.16 0.44 31.3 0.09 0.51
Hex 8E 83 77 0 8 10 2C 1F 9 33
Octal 216 203 167 0 10 20 54 37 11 63
Binary 10001110 10000011 1110111 0 1000 10000 101100 11111 1001 110011

Color Harmonies of #8E8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8377

Black with #8E8377

Text Example


Text Example

White with #8E8377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,119); }

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

background-color css

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

 a { background-color: rgb(142,131,119); }

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

border-color css

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

 span { border-color: rgb(142,131,119); }

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