#8D817F

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

Shades of Suva Grey #8D817F

Tints of Suva Grey #8D817F

Color information

#8D817F (or 0x8D817F) is unknown color: approx Suva Grey. HEX triplet: 8D, 81 and 7F. RGB value is (141,129,127). Sum of RGB (Red+Green+Blue) = 141+129+127=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D817F is #727E80. Grayscale: #848484. Windows color (decimal): -7503489 or 8356237. OLE color: 8356237.

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

Color convert

RGB141129127-
CMYK00.090.100.45
HSL8.57º5.79%52.55%-
HSV(B)8.57º9.93%55.29%-
XYZ22.6722.923.3-
YUV132.36124.98134.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 127 (50% from 255) = 31.99%
R=35.52%
G=32.49%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112912700.090.100.458.575.7952.55
Hex8D817F09A2D9635
Octal215201177011125511665
Binary100011011000000111111110100110101011011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,127); }

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

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

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

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

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

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

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