Html Css Color HEX #8F867C Schooner

📋 copy color: '#8F867C'

red 143 ◦ green 134 ◦ blue 124

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

Shades of Schooner #8F867C

Tints of Schooner #8F867C

RGB

 RED value IS 143 (56.25% from 255) = 35.66%

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 35.66%
G = 33.42%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F867C (or 0x8F867C) is known color: Schooner. HEX triplet: 8F, 86 and 7C. RGB value is (143,134,124). Sum of RGB (Red+Green+Blue) = 143+134+124=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F867C is #707983. Grayscale: #878787. Windows color (decimal): -7371140 or 8160911. OLE color: 8160911.

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

Color convert

RGB 143 134 124 -
CMYK 0 0.06 0.13 0.44
HSL 31.58º 0.08% 0.52% -
HSV(B) 31.58º 0.13% 0.56% -
XYZ 23.49 24.35 22.53 -
YUV 135.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 143 134 124 0 0.06 0.13 0.44 31.58 0.08 0.52
Hex 8F 86 7C 0 6 D 2C 20 8 34
Octal 217 206 174 0 6 15 54 40 10 64
Binary 10001111 10000110 1111100 0 110 1101 101100 100000 1000 110100

Color Harmonies of #8F867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F867C

Black with #8F867C

Text Example


Text Example

White with #8F867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,134,124); }

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

background-color css

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

 a { background-color: rgb(143,134,124); }

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

border-color css

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

 span { border-color: rgb(143,134,124); }

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