#8C8380

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

Shades of Suva Grey #8C8380

Tints of Suva Grey #8C8380

Color information

#8C8380 (or 0x8C8380) is unknown color: approx Suva Grey. HEX triplet: 8C, 83 and 80. RGB value is (140,131,128). Sum of RGB (Red+Green+Blue) = 140+131+128=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8380 is #737C7F. Grayscale: #858585. Windows color (decimal): -7568512 or 8422284. OLE color: 8422284.

HSL color Cylindrical-coordinate representation of color #8C8380: hue angle of 15º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8380 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB140131128-
CMYK00.060.090.45
HSL15º4.96%52.55%-
HSV(B)15º8.57%54.9%-
XYZ22.8323.3723.73-
YUV133.35124.98132.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=35.09%
G=32.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013112800.060.090.45154.9652.55
Hex8C83800692Df535
Octal21420320006115517565
Binary100011001000001110000000011010011011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8380; }

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

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

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

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

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

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

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

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