Html Css Color HEX #8E8479 Schooner

📋 copy color: '#8E8479'

red 142 ◦ green 132 ◦ blue 121

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

Shades of Schooner #8E8479

Tints of Schooner #8E8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 35.95%
G = 33.42%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E8479 (or 0x8E8479) is known color: Schooner. HEX triplet: 8E, 84 and 79. RGB value is (142,132,121). Sum of RGB (Red+Green+Blue) = 142+132+121=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8479 is #717B86. Grayscale: #858585. Windows color (decimal): -7437191 or 7963790. OLE color: 7963790.

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

Color convert

RGB 142 132 121 -
CMYK 0 0.07 0.15 0.44
HSL 31.43º 0.09% 0.52% -
HSV(B) 31.43º 0.15% 0.56% -
XYZ 22.86 23.63 21.45 -
YUV 133.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 142 132 121 0 0.07 0.15 0.44 31.43 0.09 0.52
Hex 8E 84 79 0 7 F 2C 1F 9 34
Octal 216 204 171 0 7 17 54 37 11 64
Binary 10001110 10000100 1111001 0 111 1111 101100 11111 1001 110100

Color Harmonies of #8E8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8479

Black with #8E8479

Text Example


Text Example

White with #8E8479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,121); }

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

background-color css

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

 a { background-color: rgb(142,132,121); }

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

border-color css

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

 span { border-color: rgb(142,132,121); }

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