Html Css Color HEX #988884 Suva Grey

📋 copy color: '#988884'

red 152 ◦ green 136 ◦ blue 132

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

Shades of Suva Grey #988884

Tints of Suva Grey #988884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 36.19%
G = 32.38%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988884 (or 0x988884) is known color: Suva Grey. HEX triplet: 98, 88 and 84. RGB value is (152,136,132). Sum of RGB (Red+Green+Blue) = 152+136+132=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #988884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988884 is #67777B. Grayscale: #8C8C8C. Windows color (decimal): -6780796 or 8685720. OLE color: 8685720.

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

Color convert

RGB 152 136 132 -
CMYK 0 0.11 0.13 0.40
HSL 12º 0.09% 0.56% -
HSV(B) 12º 0.13% 0.6% -
XYZ 25.92 25.95 25.47 -
YUV 140.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 152 136 132 0 0.11 0.13 0.40 12 0.09 0.56
Hex 98 88 84 0 B D 28 C 9 38
Octal 230 210 204 0 13 15 50 14 11 70
Binary 10011000 10001000 10000100 0 1011 1101 101000 1100 1001 111000

Color Harmonies of #988884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988884

Black with #988884

Text Example


Text Example

White with #988884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988884; }

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

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

background-color css

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

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

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

border-color css

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

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

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