Html Css Color HEX #988680 Suva Grey

📋 copy color: '#988680'

red 152 ◦ green 134 ◦ blue 128

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

Shades of Suva Grey #988680

Tints of Suva Grey #988680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

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

R = 36.71%
G = 32.37%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988680 (or 0x988680) is known color: Suva Grey. HEX triplet: 98, 86 and 80. RGB value is (152,134,128). Sum of RGB (Red+Green+Blue) = 152+134+128=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988680 is #67797F. Grayscale: #8A8A8A. Windows color (decimal): -6781312 or 8423064. OLE color: 8423064.

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

Color convert

RGB 152 134 128 -
CMYK 0 0.12 0.16 0.40
HSL 15º 0.1% 0.55% -
HSV(B) 15º 0.16% 0.6% -
XYZ 25.37 25.28 23.97 -
YUV 138.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 152 134 128 0 0.12 0.16 0.40 15 0.1 0.55
Hex 98 86 80 0 C 10 28 F A 37
Octal 230 206 200 0 14 20 50 17 12 67
Binary 10011000 10000110 10000000 0 1100 10000 101000 1111 1010 110111

Color Harmonies of #988680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988680

Black with #988680

Text Example


Text Example

White with #988680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988680; }

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

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

background-color css

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

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

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

border-color css

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

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

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