Html Css Color HEX #988B88 Suva Grey

📋 copy color: '#988B88'

red 152 ◦ green 139 ◦ blue 136

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

Shades of Suva Grey #988B88

Tints of Suva Grey #988B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 35.6%
G = 32.55%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988B88 (or 0x988B88) is known color: Suva Grey. HEX triplet: 98, 8B and 88. RGB value is (152,139,136). Sum of RGB (Red+Green+Blue) = 152+139+136=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #988B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B88 is #677477. Grayscale: #8E8E8E. Windows color (decimal): -6780024 or 8948632. OLE color: 8948632.

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

Color convert

RGB 152 139 136 -
CMYK 0 0.09 0.11 0.40
HSL 11.25º 0.07% 0.56% -
HSV(B) 11.25º 0.11% 0.6% -
XYZ 26.63 26.92 27.08 -
YUV 142.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 152 139 136 0 0.09 0.11 0.40 11.25 0.07 0.56
Hex 98 8B 88 0 9 B 28 B 7 38
Octal 230 213 210 0 11 13 50 13 7 70
Binary 10011000 10001011 10001000 0 1001 1011 101000 1011 111 111000

Color Harmonies of #988B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B88

Black with #988B88

Text Example


Text Example

White with #988B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,136); }

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

background-color css

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

 a { background-color: rgb(152,139,136); }

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

border-color css

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

 span { border-color: rgb(152,139,136); }

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