#8F837F

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

Shades of Suva Grey #8F837F

Tints of Suva Grey #8F837F

Color information

#8F837F (or 0x8F837F) is unknown color: approx Suva Grey. HEX triplet: 8F, 83 and 7F. RGB value is (143,131,127). Sum of RGB (Red+Green+Blue) = 143+131+127=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F837F is #707C80. Grayscale: #868686. Windows color (decimal): -7371905 or 8356751. OLE color: 8356751.

HSL color Cylindrical-coordinate representation of color #8F837F: hue angle of 15º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F837F is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB143131127-
CMYK00.080.110.44
HSL15º6.67%52.94%-
HSV(B)15º11.19%56.08%-
XYZ23.2723.623.41-
YUV134.13123.98134.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 127 (50% from 255) = 31.67%
R=35.66%
G=32.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313112700.080.110.44156.6752.94
Hex8F837F08B2Cf735
Octal217203177010135417765
Binary100011111000001111111110100010111011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,131,127); }

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

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

 a { background-color: rgb(143,131,127); }

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

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

 span { border-color: rgb(143,131,127); }

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