Html Css Color HEX #988985 Suva Grey

📋 copy color: '#988985'

red 152 ◦ green 137 ◦ blue 133

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

Shades of Suva Grey #988985

Tints of Suva Grey #988985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 36.02%
G = 32.46%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988985 (or 0x988985) is known color: Suva Grey. HEX triplet: 98, 89 and 85. RGB value is (152,137,133). Sum of RGB (Red+Green+Blue) = 152+137+133=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988985 is #67767A. Grayscale: #8D8D8D. Windows color (decimal): -6780539 or 8751512. OLE color: 8751512.

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

Color convert

RGB 152 137 133 -
CMYK 0 0.10 0.13 0.40
HSL 12.63º 0.08% 0.56% -
HSV(B) 12.63º 0.13% 0.6% -
XYZ 26.13 26.26 25.88 -
YUV 141.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 152 137 133 0 0.10 0.13 0.40 12.63 0.08 0.56
Hex 98 89 85 0 A D 28 D 8 38
Octal 230 211 205 0 12 15 50 15 10 70
Binary 10011000 10001001 10000101 0 1010 1101 101000 1101 1000 111000

Color Harmonies of #988985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988985

Black with #988985

Text Example


Text Example

White with #988985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988985; }

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

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

background-color css

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

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

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

border-color css

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

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

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