#8C8482

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

Shades of Suva Grey #8C8482

Tints of Suva Grey #8C8482

Color information

#8C8482 (or 0x8C8482) is unknown color: approx Suva Grey. HEX triplet: 8C, 84 and 82. RGB value is (140,132,130). Sum of RGB (Red+Green+Blue) = 140+132+130=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8482 is #737B7D. Grayscale: #868686. Windows color (decimal): -7568254 or 8553612. OLE color: 8553612.

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

Color convert

RGB140132130-
CMYK00.060.070.45
HSL12º4.17%52.94%-
HSV(B)12º7.14%54.9%-
XYZ23.123.6924.47-
YUV134.16125.65132.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=34.83%
G=32.84%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013213000.060.070.45124.1752.94
Hex8C84820672Dc435
Octal2142042020675514465
Binary10001100100001001000001001101111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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