Html Css Color HEX #8C8E87 Delta

📋 copy color: '#8C8E87'

red 140 ◦ green 142 ◦ blue 135

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

Shades of Delta #8C8E87

Tints of Delta #8C8E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 33.57%
G = 34.05%
B = 32.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8C8E87 (or 0x8C8E87) is known color: Delta. HEX triplet: 8C, 8E and 87. RGB value is (140,142,135). Sum of RGB (Red+Green+Blue) = 140+142+135=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8E87 is #737178. Grayscale: #8C8C8C. Windows color (decimal): -7565689 or 8883852. OLE color: 8883852.

HSL color Cylindrical-coordinate representation of color #8C8E87: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C8E87 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 142 135 -
CMYK 0.01 0 0.05 0.44
HSL 77.14º 0.03% 0.54% -
HSV(B) 77.14º 0.05% 0.56% -
XYZ 24.86 26.67 26.76 -
YUV 140.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 140 142 135 0.01 0 0.05 0.44 77.14 0.03 0.54
Hex 8C 8E 87 1 0 5 2C 4D 3 36
Octal 214 216 207 1 0 5 54 115 3 66
Binary 10001100 10001110 10000111 1 0 101 101100 1001101 11 110110

Color Harmonies of #8C8E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8E87

Black with #8C8E87

Text Example


Text Example

White with #8C8E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,142,135); }

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

background-color css

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

 a { background-color: rgb(140,142,135); }

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

border-color css

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

 span { border-color: rgb(140,142,135); }

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