#98847F

Color #98847F Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #98847F

Tints of Suva Grey #98847F

Color information

#98847F (or 0x98847F) is unknown color: approx Suva Grey. HEX triplet: 98, 84 and 7F. RGB value is (152,132,127). Sum of RGB (Red+Green+Blue) = 152+132+127=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98847F is #677B80. Grayscale: #898989. Windows color (decimal): -6781825 or 8357016. OLE color: 8357016.

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

Color convert

RGB152132127-
CMYK00.130.160.40
HSL12º10.82%54.71%-
HSV(B)12º16.45%59.61%-
XYZ25.0324.7123.53-
YUV137.41122.13138.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 127 (50% from 255) = 30.90%
R=36.98%
G=32.12%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213212700.130.160.401210.8254.71
Hex98847F0D1028cb37
Octal2302041770152050141367
Binary10011000100001001111111011011000010100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98847F; }

 p { color: rgb(152,132,127); }

 H1.HeaderClassName
 {
   color: #98847F;
 }
 .AnyTagClassName
 {
   color: #98847F;
 }
</style>
background-color css

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

 a { background-color: rgb(152,132,127); }

 div.DivClassName
 {
   background-color: #98847F;
 }
 .BgClassName
 {
   background-color: #98847F;
 }
</style>
border-color css

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

 span { border-color: rgb(152,132,127); }

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