#8D807D

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

Shades of Suva Grey #8D807D

Tints of Suva Grey #8D807D

Color information

#8D807D (or 0x8D807D) is unknown color: approx Suva Grey. HEX triplet: 8D, 80 and 7D. RGB value is (141,128,125). Sum of RGB (Red+Green+Blue) = 141+128+125=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D807D is #727F82. Grayscale: #838383. Windows color (decimal): -7503747 or 8224909. OLE color: 8224909.

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

Color convert

RGB141128125-
CMYK00.090.110.45
HSL11.25º6.56%52.16%-
HSV(B)11.25º11.35%55.29%-
XYZ22.4122.5822.58-
YUV131.54124.31134.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=35.79%
G=32.49%
B=31.73%

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
Decimal14112812500.090.110.4511.256.5652.16
Hex8D807D09B2Db734
Octal215200175011135513764
Binary100011011000000011111010100110111011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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