#908C8B

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

Shades of Suva Grey #908C8B

Tints of Suva Grey #908C8B

Color information

#908C8B (or 0x908C8B) is unknown color: approx Suva Grey. HEX triplet: 90, 8C and 8B. RGB value is (144,140,139). Sum of RGB (Red+Green+Blue) = 144+140+139=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 144 - color contains mainly: red. Hex color #908C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C8B is #6F7374. Grayscale: #8D8D8D. Windows color (decimal): -7304053 or 9145488. OLE color: 9145488.

HSL color Cylindrical-coordinate representation of color #908C8B: hue angle of 12º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908C8B is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB144140139-
CMYK00.030.030.44
HSL12º2.2%55.49%-
HSV(B)12º3.47%56.47%-
XYZ25.5426.5528.2-
YUV141.08126.83130.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=34.04%
G=33.10%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414013900.030.030.44122.255.49
Hex908C8B0332Cc237
Octal2202142130335414267
Binary10010000100011001000101101111101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908C8B; }

 p { color: rgb(144,140,139); }

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

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

 a { background-color: rgb(144,140,139); }

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

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

 span { border-color: rgb(144,140,139); }

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