#8D8C8C

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

Shades of Suva Grey #8D8C8C

Tints of Suva Grey #8D8C8C

Color information

#8D8C8C (or 0x8D8C8C) is unknown color: approx Suva Grey. HEX triplet: 8D, 8C and 8C. RGB value is (141,140,140). Sum of RGB (Red+Green+Blue) = 141+140+140=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8C8C is #727373. Grayscale: #8C8C8C. Windows color (decimal): -7500660 or 9211021. OLE color: 9211021.

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

Color convert

RGB141140140-
CMYK00.010.010.45
HSL0.44%55.1%-
HSV(B)0.71%55.29%-
XYZ25.126.3128.57-
YUV140.3127.83128.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.49%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=33.49%
G=33.25%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14114014000.010.010.4500.4455.1
Hex8D8C8C0112D0037
Octal215214214011550067
Binary10001101100011001000110001110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,140,140); }

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

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

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

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

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

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

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