Html Css Color HEX #988580 Suva Grey

📋 copy color: '#988580'

red 152 ◦ green 133 ◦ blue 128

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

Shades of Suva Grey #988580

Tints of Suva Grey #988580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 36.8%
G = 32.2%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988580 (or 0x988580) is known color: Suva Grey. HEX triplet: 98, 85 and 80. RGB value is (152,133,128). Sum of RGB (Red+Green+Blue) = 152+133+128=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988580 is #677A7F. Grayscale: #8A8A8A. Windows color (decimal): -6781568 or 8422808. OLE color: 8422808.

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

Color convert

RGB 152 133 128 -
CMYK 0 0.13 0.16 0.40
HSL 12.5º 0.1% 0.55% -
HSV(B) 12.5º 0.16% 0.6% -
XYZ 25.23 25.01 23.92 -
YUV 138.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 152 133 128 0 0.13 0.16 0.40 12.5 0.1 0.55
Hex 98 85 80 0 D 10 28 C A 37
Octal 230 205 200 0 15 20 50 14 12 67
Binary 10011000 10000101 10000000 0 1101 10000 101000 1100 1010 110111

Color Harmonies of #988580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988580

Black with #988580

Text Example


Text Example

White with #988580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988580; }

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

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

background-color css

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

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

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

border-color css

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

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

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