Html Css Color HEX #878F8B Granny Smith

📋 copy color: '#878F8B'

red 135 ◦ green 143 ◦ blue 139

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

Shades of Granny Smith #878F8B

Tints of Granny Smith #878F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 32.37%
G = 34.29%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#878F8B (or 0x878F8B) is known color: Granny Smith. HEX triplet: 87, 8F and 8B. RGB value is (135,143,139). Sum of RGB (Red+Green+Blue) = 135+143+139=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 143 - color contains mainly: green. Hex color #878F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F8B is #787074. Grayscale: #8C8C8C. Windows color (decimal): -7893109 or 9146247. OLE color: 9146247.

HSL color Cylindrical-coordinate representation of color #878F8B: hue angle of 150º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878F8B is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 143 139 -
CMYK 0.06 0 0.03 0.44
HSL 150º 0.03% 0.55% -
HSV(B) 150º 0.06% 0.56% -
XYZ 24.47 26.66 28.28 -
YUV 140.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 135 143 139 0.06 0 0.03 0.44 150 0.03 0.55
Hex 87 8F 8B 6 0 3 2C 96 3 37
Octal 207 217 213 6 0 3 54 226 3 67
Binary 10000111 10001111 10001011 110 0 11 101100 10010110 11 110111

Color Harmonies of #878F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878F8B

Black with #878F8B

Text Example


Text Example

White with #878F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,139); }

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

background-color css

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

 a { background-color: rgb(135,143,139); }

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

border-color css

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

 span { border-color: rgb(135,143,139); }

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