Html Css Color HEX #87908D Granny Smith

📋 copy color: '#87908D'

red 135 ◦ green 144 ◦ blue 141

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

Shades of Granny Smith #87908D

Tints of Granny Smith #87908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 32.14%
G = 34.29%
B = 33.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#87908D (or 0x87908D) is known color: Granny Smith. HEX triplet: 87, 90 and 8D. RGB value is (135,144,141). Sum of RGB (Red+Green+Blue) = 135+144+141=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 144 - color contains mainly: green. Hex color #87908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87908D is #786F72. Grayscale: #8C8C8C. Windows color (decimal): -7892851 or 9277575. OLE color: 9277575.

HSL color Cylindrical-coordinate representation of color #87908D: hue angle of 160º degrees, saturation: 0.04, 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 #87908D is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 144 141 -
CMYK 0.06 0 0.02 0.44
HSL 160º 0.04% 0.55% -
HSV(B) 160º 0.06% 0.56% -
XYZ 24.77 27.02 29.11 -
YUV 140.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 135 144 141 0.06 0 0.02 0.44 160 0.04 0.55
Hex 87 90 8D 6 0 2 2C A0 4 37
Octal 207 220 215 6 0 2 54 240 4 67
Binary 10000111 10010000 10001101 110 0 10 101100 10100000 100 110111

Color Harmonies of #87908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87908D

Black with #87908D

Text Example


Text Example

White with #87908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87908D; }

 p { color: rgb(135,144,141); }

 H1.HeaderClassName
 {
   color: #87908D;
 }
 .AnyTagClassName
 {
   color: #87908D;
 }
</style>

background-color css

<style>
 a { background-color: #87908D; }

 a { background-color: rgb(135,144,141); }

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

border-color css

<style>
 span { border-color: #87908D; }

 span { border-color: rgb(135,144,141); }

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