#8F827E

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

Shades of Suva Grey #8F827E

Tints of Suva Grey #8F827E

Color information

#8F827E (or 0x8F827E) is unknown color: approx Suva Grey. HEX triplet: 8F, 82 and 7E. RGB value is (143,130,126). Sum of RGB (Red+Green+Blue) = 143+130+126=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F827E is #707D81. Grayscale: #858585. Windows color (decimal): -7372162 or 8290959. OLE color: 8290959.

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

Color convert

RGB143130126-
CMYK00.090.120.44
HSL14.12º7.05%52.75%-
HSV(B)14.12º11.89%56.08%-
XYZ23.0823.3123.02-
YUV133.43123.81134.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=35.84%
G=32.58%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313012600.090.120.4414.127.0552.75
Hex8F827E09C2Ce735
Octal217202176011145416765
Binary100011111000001011111100100111001011001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,126); }

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

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

 a { background-color: rgb(143,130,126); }

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

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

 span { border-color: rgb(143,130,126); }

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