Html Css Color HEX #8C867C Schooner

📋 copy color: '#8C867C'

red 140 ◦ green 134 ◦ blue 124

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

Shades of Schooner #8C867C

Tints of Schooner #8C867C

RGB

 RED value IS 140 (55.08% from 255) = 35.18%

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

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

R = 35.18%
G = 33.67%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C867C (or 0x8C867C) is known color: Schooner. HEX triplet: 8C, 86 and 7C. RGB value is (140,134,124). Sum of RGB (Red+Green+Blue) = 140+134+124=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C867C is #737983. Grayscale: #868686. Windows color (decimal): -7567748 or 8160908. OLE color: 8160908.

HSL color Cylindrical-coordinate representation of color #8C867C: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C867C is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 134 124 -
CMYK 0 0.04 0.11 0.45
HSL 37.5º 0.07% 0.52% -
HSV(B) 37.5º 0.11% 0.55% -
XYZ 22.98 24.08 22.51 -
YUV 134.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 140 134 124 0 0.04 0.11 0.45 37.5 0.07 0.52
Hex 8C 86 7C 0 4 B 2D 26 7 34
Octal 214 206 174 0 4 13 55 46 7 64
Binary 10001100 10000110 1111100 0 100 1011 101101 100110 111 110100

Color Harmonies of #8C867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C867C

Black with #8C867C

Text Example


Text Example

White with #8C867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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