Html Css Color HEX #878E8C Granny Smith

📋 copy color: '#878E8C'

red 135 ◦ green 142 ◦ blue 140

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

Shades of Granny Smith #878E8C

Tints of Granny Smith #878E8C

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#878E8C (or 0x878E8C) is known color: Granny Smith. HEX triplet: 87, 8E and 8C. RGB value is (135,142,140). Sum of RGB (Red+Green+Blue) = 135+142+140=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 142 - color contains mainly: green. Hex color #878E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E8C is #787173. Grayscale: #8B8B8B. Windows color (decimal): -7893364 or 9211527. OLE color: 9211527.

HSL color Cylindrical-coordinate representation of color #878E8C: hue angle of 162.86º 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 #878E8C is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 142 140 -
CMYK 0.05 0 0.01 0.44
HSL 162.86º 0.03% 0.54% -
HSV(B) 162.86º 0.05% 0.56% -
XYZ 24.4 26.39 28.62 -
YUV 139.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 135 142 140 0.05 0 0.01 0.44 162.86 0.03 0.54
Hex 87 8E 8C 5 0 1 2C A3 3 36
Octal 207 216 214 5 0 1 54 243 3 66
Binary 10000111 10001110 10001100 101 0 1 101100 10100011 11 110110

Color Harmonies of #878E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E8C

Black with #878E8C

Text Example


Text Example

White with #878E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878E8C; }

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

 H1.HeaderClassName
 {
   color: #878E8C;
 }
 .AnyTagClassName
 {
   color: #878E8C;
 }
</style>

background-color css

<style>
 a { background-color: #878E8C; }

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

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

border-color css

<style>
 span { border-color: #878E8C; }

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

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