#8C8483

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

Shades of Suva Grey #8C8483

Tints of Suva Grey #8C8483

Color information

#8C8483 (or 0x8C8483) is unknown color: approx Suva Grey. HEX triplet: 8C, 84 and 83. RGB value is (140,132,131). Sum of RGB (Red+Green+Blue) = 140+132+131=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8483 is #737B7C. Grayscale: #868686. Windows color (decimal): -7568253 or 8619148. OLE color: 8619148.

HSL color Cylindrical-coordinate representation of color #8C8483: hue angle of 6.67º degrees, saturation: 0.04, 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 #8C8483 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140132131-
CMYK00.060.060.45
HSL6.67º3.77%53.14%-
HSV(B)6.67º6.43%54.9%-
XYZ23.1623.7224.83-
YUV134.28126.15132.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=34.74%
G=32.75%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013213100.060.060.456.673.7753.14
Hex8C84830662D7435
Octal214204203066557465
Binary1000110010000100100000110110110101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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