Html Css Color HEX #8E8378 Schooner

📋 copy color: '#8E8378'

red 142 ◦ green 131 ◦ blue 120

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

Shades of Schooner #8E8378

Tints of Schooner #8E8378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 36.13%
G = 33.33%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8E8378 (or 0x8E8378) is known color: Schooner. HEX triplet: 8E, 83 and 78. RGB value is (142,131,120). Sum of RGB (Red+Green+Blue) = 142+131+120=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8378 is #717C87. Grayscale: #858585. Windows color (decimal): -7437448 or 7897998. OLE color: 7897998.

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

Color convert

RGB 142 131 120 -
CMYK 0 0.08 0.15 0.44
HSL 30º 0.09% 0.51% -
HSV(B) 30º 0.15% 0.56% -
XYZ 22.66 23.34 21.08 -
YUV 133.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 142 131 120 0 0.08 0.15 0.44 30 0.09 0.51
Hex 8E 83 78 0 8 F 2C 1E 9 33
Octal 216 203 170 0 10 17 54 36 11 63
Binary 10001110 10000011 1111000 0 1000 1111 101100 11110 1001 110011

Color Harmonies of #8E8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8378

Black with #8E8378

Text Example


Text Example

White with #8E8378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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