#8D807E

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

Shades of Suva Grey #8D807E

Tints of Suva Grey #8D807E

Color information

#8D807E (or 0x8D807E) is unknown color: approx Suva Grey. HEX triplet: 8D, 80 and 7E. RGB value is (141,128,126). Sum of RGB (Red+Green+Blue) = 141+128+126=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D807E is #727F81. Grayscale: #838383. Windows color (decimal): -7503746 or 8290445. OLE color: 8290445.

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

Color convert

RGB141128126-
CMYK00.090.110.45
HSL6.17%52.35%-
HSV(B)10.64%55.29%-
XYZ22.4722.6122.92-
YUV131.66124.81134.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=35.70%
G=32.41%
B=31.90%

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
Decimal14112812600.090.110.4586.1752.35
Hex8D807E09B2D8634
Octal215200176011135510664
Binary100011011000000011111100100110111011011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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