Html Css Color HEX #988885 Suva Grey

📋 copy color: '#988885'

red 152 ◦ green 136 ◦ blue 133

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

Shades of Suva Grey #988885

Tints of Suva Grey #988885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 36.1%
G = 32.3%
B = 31.59%

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

#988885 (or 0x988885) is known color: Suva Grey. HEX triplet: 98, 88 and 85. RGB value is (152,136,133). Sum of RGB (Red+Green+Blue) = 152+136+133=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #988885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988885 is #67777A. Grayscale: #8C8C8C. Windows color (decimal): -6780795 or 8751256. OLE color: 8751256.

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

Color convert

RGB 152 136 133 -
CMYK 0 0.11 0.13 0.40
HSL 9.47º 0.08% 0.56% -
HSV(B) 9.47º 0.13% 0.6% -
XYZ 25.99 25.98 25.83 -
YUV 140.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 152 136 133 0 0.11 0.13 0.40 9.47 0.08 0.56
Hex 98 88 85 0 B D 28 9 8 38
Octal 230 210 205 0 13 15 50 11 10 70
Binary 10011000 10001000 10000101 0 1011 1101 101000 1001 1000 111000

Color Harmonies of #988885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988885

Black with #988885

Text Example


Text Example

White with #988885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988885; }

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

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

background-color css

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

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

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

border-color css

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

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

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