Html Css Color HEX #988987 Suva Grey

📋 copy color: '#988987'

red 152 ◦ green 137 ◦ blue 135

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

Shades of Suva Grey #988987

Tints of Suva Grey #988987

RGB

 RED value IS 152 (59.77% from 255) = 35.85%

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 35.85%
G = 32.31%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988987 (or 0x988987) is known color: Suva Grey. HEX triplet: 98, 89 and 87. RGB value is (152,137,135). Sum of RGB (Red+Green+Blue) = 152+137+135=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988987 is #677678. Grayscale: #8D8D8D. Windows color (decimal): -6780537 or 8882584. OLE color: 8882584.

HSL color Cylindrical-coordinate representation of color #988987: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988987 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 135 -
CMYK 0 0.10 0.11 0.40
HSL 7.06º 0.08% 0.56% -
HSV(B) 7.06º 0.11% 0.6% -
XYZ 26.27 26.32 26.62 -
YUV 141.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 152 137 135 0 0.10 0.11 0.40 7.06 0.08 0.56
Hex 98 89 87 0 A B 28 7 8 38
Octal 230 211 207 0 12 13 50 7 10 70
Binary 10011000 10001001 10000111 0 1010 1011 101000 111 1000 111000

Color Harmonies of #988987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988987

Black with #988987

Text Example


Text Example

White with #988987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988987; }

 p { color: rgb(152,137,135); }

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

background-color css

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

 a { background-color: rgb(152,137,135); }

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

border-color css

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

 span { border-color: rgb(152,137,135); }

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