Html Css Color HEX #988886 Suva Grey

📋 copy color: '#988886'

red 152 ◦ green 136 ◦ blue 134

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

Shades of Suva Grey #988886

Tints of Suva Grey #988886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 36.02%
G = 32.23%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#988886 (or 0x988886) is known color: Suva Grey. HEX triplet: 98, 88 and 86. RGB value is (152,136,134). Sum of RGB (Red+Green+Blue) = 152+136+134=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988886 is #677779. Grayscale: #8C8C8C. Windows color (decimal): -6780794 or 8816792. OLE color: 8816792.

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

Color convert

RGB 152 136 134 -
CMYK 0 0.11 0.12 0.40
HSL 6.67º 0.08% 0.56% -
HSV(B) 6.67º 0.12% 0.6% -
XYZ 26.06 26 26.2 -
YUV 140.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 152 136 134 0 0.11 0.12 0.40 6.67 0.08 0.56
Hex 98 88 86 0 B C 28 7 8 38
Octal 230 210 206 0 13 14 50 7 10 70
Binary 10011000 10001000 10000110 0 1011 1100 101000 111 1000 111000

Color Harmonies of #988886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988886

Black with #988886

Text Example


Text Example

White with #988886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988886; }

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

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

background-color css

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

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

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

border-color css

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

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

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