#8C8584

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

Shades of Suva Grey #8C8584

Tints of Suva Grey #8C8584

Color information

#8C8584 (or 0x8C8584) is unknown color: approx Suva Grey. HEX triplet: 8C, 85 and 84. RGB value is (140,133,132). Sum of RGB (Red+Green+Blue) = 140+133+132=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8584 is #737A7B. Grayscale: #868686. Windows color (decimal): -7567996 or 8684940. OLE color: 8684940.

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

Color convert

RGB140133132-
CMYK00.050.060.45
HSL7.5º3.36%53.33%-
HSV(B)7.5º5.71%54.9%-
XYZ23.3724.0225.23-
YUV134.98126.32131.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=34.57%
G=32.84%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013313200.050.060.457.53.3653.33
Hex8C85840562D8335
Octal2142052040565510365
Binary1000110010000101100001000101110101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,133,132); }

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

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

 a { background-color: rgb(140,133,132); }

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

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

 span { border-color: rgb(140,133,132); }

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