Html Css Color HEX #988C87 Suva Grey

📋 copy color: '#988C87'

red 152 ◦ green 140 ◦ blue 135

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

Shades of Suva Grey #988C87

Tints of Suva Grey #988C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 35.6%
G = 32.79%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988C87 (or 0x988C87) is known color: Suva Grey. HEX triplet: 98, 8C and 87. RGB value is (152,140,135). Sum of RGB (Red+Green+Blue) = 152+140+135=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #988C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C87 is #677378. Grayscale: #8F8F8F. Windows color (decimal): -6779769 or 8883352. OLE color: 8883352.

HSL color Cylindrical-coordinate representation of color #988C87: hue angle of 17.65º 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 #988C87 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 135 -
CMYK 0 0.08 0.11 0.40
HSL 17.65º 0.08% 0.56% -
HSV(B) 17.65º 0.11% 0.6% -
XYZ 26.7 27.18 26.76 -
YUV 143.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 152 140 135 0 0.08 0.11 0.40 17.65 0.08 0.56
Hex 98 8C 87 0 8 B 28 12 8 38
Octal 230 214 207 0 10 13 50 22 10 70
Binary 10011000 10001100 10000111 0 1000 1011 101000 10010 1000 111000

Color Harmonies of #988C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C87

Black with #988C87

Text Example


Text Example

White with #988C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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