Html Css Color HEX #8E857D Schooner

📋 copy color: '#8E857D'

red 142 ◦ green 133 ◦ blue 125

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

Shades of Schooner #8E857D

Tints of Schooner #8E857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 35.5%
G = 33.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E857D (or 0x8E857D) is known color: Schooner. HEX triplet: 8E, 85 and 7D. RGB value is (142,133,125). Sum of RGB (Red+Green+Blue) = 142+133+125=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E857D is #717A82. Grayscale: #868686. Windows color (decimal): -7436931 or 8226190. OLE color: 8226190.

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

Color convert

RGB 142 133 125 -
CMYK 0 0.06 0.12 0.44
HSL 28.24º 0.07% 0.52% -
HSV(B) 28.24º 0.12% 0.56% -
XYZ 23.24 24.01 22.81 -
YUV 134.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 142 133 125 0 0.06 0.12 0.44 28.24 0.07 0.52
Hex 8E 85 7D 0 6 C 2C 1C 7 34
Octal 216 205 175 0 6 14 54 34 7 64
Binary 10001110 10000101 1111101 0 110 1100 101100 11100 111 110100

Color Harmonies of #8E857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E857D

Black with #8E857D

Text Example


Text Example

White with #8E857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,133,125); }

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

background-color css

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

 a { background-color: rgb(142,133,125); }

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

border-color css

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

 span { border-color: rgb(142,133,125); }

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