#918380

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

Shades of Suva Grey #918380

Tints of Suva Grey #918380

Color information

#918380 (or 0x918380) is unknown color: approx Suva Grey. HEX triplet: 91, 83 and 80. RGB value is (145,131,128). Sum of RGB (Red+Green+Blue) = 145+131+128=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #918380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918380 is #6E7C7F. Grayscale: #868686. Windows color (decimal): -7240832 or 8422289. OLE color: 8422289.

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

Color convert

RGB145131128-
CMYK00.100.120.43
HSL10.59º7.17%53.53%-
HSV(B)10.59º11.72%56.86%-
XYZ23.6923.8123.77-
YUV134.84124.14135.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=35.89%
G=32.43%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513112800.100.120.4310.597.1753.53
Hex9183800AC2Bb736
Octal221203200012145313766
Binary1001000110000011100000000101011001010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918380; }

 p { color: rgb(145,131,128); }

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

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

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

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

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

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

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