#8C8381

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

Shades of Suva Grey #8C8381

Tints of Suva Grey #8C8381

Color information

#8C8381 (or 0x8C8381) is unknown color: approx Suva Grey. HEX triplet: 8C, 83 and 81. RGB value is (140,131,129). Sum of RGB (Red+Green+Blue) = 140+131+129=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8381 is #737C7E. Grayscale: #858585. Windows color (decimal): -7568511 or 8487820. OLE color: 8487820.

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

Color convert

RGB140131129-
CMYK00.060.080.45
HSL10.91º4.56%52.75%-
HSV(B)10.91º7.86%54.9%-
XYZ22.8923.3924.08-
YUV133.46125.48132.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=35%
G=32.75%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013112900.060.080.4510.914.5652.75
Hex8C83810682Db535
Octal21420320106105513565
Binary100011001000001110000001011010001011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,129); }

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

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

 a { background-color: rgb(140,131,129); }

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

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

 span { border-color: rgb(140,131,129); }

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