#918888

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

Shades of Suva Grey #918888

Tints of Suva Grey #918888

Color information

#918888 (or 0x918888) is unknown color: approx Suva Grey. HEX triplet: 91, 88 and 88. RGB value is (145,136,136). Sum of RGB (Red+Green+Blue) = 145+136+136=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918888 is #6E7777. Grayscale: #8A8A8A. Windows color (decimal): -7239544 or 8947857. OLE color: 8947857.

HSL color Cylindrical-coordinate representation of color #918888: hue angle of 0º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #918888 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145136136-
CMYK00.060.060.43
HSL3.93%55.1%-
HSV(B)6.21%56.86%-
XYZ24.9325.4126.88-
YUV138.69126.48132.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=34.77%
G=32.61%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513613600.060.060.4303.9355.1
Hex9188880662B0437
Octal221210210066530467
Binary10010001100010001000100001101101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918888; }

 p { color: rgb(145,136,136); }

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

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

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

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

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

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

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