Html Css Color HEX #87948D Granny Smith

📋 copy color: '#87948D'

red 135 ◦ green 148 ◦ blue 141

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

Shades of Granny Smith #87948D

Tints of Granny Smith #87948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 31.84%
G = 34.91%
B = 33.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#87948D (or 0x87948D) is known color: Granny Smith. HEX triplet: 87, 94 and 8D. RGB value is (135,148,141). Sum of RGB (Red+Green+Blue) = 135+148+141=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #87948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87948D is #786B72. Grayscale: #8F8F8F. Windows color (decimal): -7891827 or 9278599. OLE color: 9278599.

HSL color Cylindrical-coordinate representation of color #87948D: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87948D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 148 141 -
CMYK 0.09 0 0.05 0.42
HSL 147.69º 0.06% 0.55% -
HSV(B) 147.69º 0.09% 0.58% -
XYZ 25.39 28.25 29.31 -
YUV 143.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 135 148 141 0.09 0 0.05 0.42 147.69 0.06 0.55
Hex 87 94 8D 9 0 5 2A 94 6 37
Octal 207 224 215 11 0 5 52 224 6 67
Binary 10000111 10010100 10001101 1001 0 101 101010 10010100 110 110111

Color Harmonies of #87948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87948D

Black with #87948D

Text Example


Text Example

White with #87948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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