#8C807D

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

Shades of Suva Grey #8C807D

Tints of Suva Grey #8C807D

Color information

#8C807D (or 0x8C807D) is unknown color: approx Suva Grey. HEX triplet: 8C, 80 and 7D. RGB value is (140,128,125). Sum of RGB (Red+Green+Blue) = 140+128+125=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C807D is #737F82. Grayscale: #838383. Windows color (decimal): -7569283 or 8224908. OLE color: 8224908.

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

Color convert

RGB140128125-
CMYK00.090.110.45
HSL12º6.12%51.96%-
HSV(B)12º10.71%54.9%-
XYZ22.2422.4922.57-
YUV131.25124.48134.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=35.62%
G=32.57%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012812500.090.110.45126.1251.96
Hex8C807D09B2Dc634
Octal214200175011135514664
Binary100011001000000011111010100110111011011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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