#8C7F7D

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

Shades of Suva Grey #8C7F7D

Tints of Suva Grey #8C7F7D

Color information

#8C7F7D (or 0x8C7F7D) is unknown color: approx Suva Grey. HEX triplet: 8C, 7F and 7D. RGB value is (140,127,125). Sum of RGB (Red+Green+Blue) = 140+127+125=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F7D is #738082. Grayscale: #828282. Windows color (decimal): -7569539 or 8224652. OLE color: 8224652.

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

Color convert

RGB140127125-
CMYK00.090.110.45
HSL6.12%51.96%-
HSV(B)10.71%54.9%-
XYZ22.1122.2322.53-
YUV130.66124.81134.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=35.71%
G=32.40%
B=31.89%

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
Decimal14012712500.090.110.4586.1251.96
Hex8C7F7D09B2D8634
Octal214177175011135510664
Binary10001100111111111111010100110111011011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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