#8B8382

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

Shades of Suva Grey #8B8382

Tints of Suva Grey #8B8382

Color information

#8B8382 (or 0x8B8382) is unknown color: approx Suva Grey. HEX triplet: 8B, 83 and 82. RGB value is (139,131,130). Sum of RGB (Red+Green+Blue) = 139+131+130=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8382 is #747C7D. Grayscale: #858585. Windows color (decimal): -7634046 or 8553355. OLE color: 8553355.

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

Color convert

RGB139131130-
CMYK00.060.060.45
HSL6.67º3.73%52.75%-
HSV(B)6.67º6.47%54.51%-
XYZ22.7923.3324.42-
YUV133.28126.15132.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=34.75%
G=32.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913113000.060.060.456.673.7352.75
Hex8B83820662D7435
Octal213203202066557465
Binary1000101110000011100000100110110101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,130); }

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

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

 a { background-color: rgb(139,131,130); }

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

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

 span { border-color: rgb(139,131,130); }

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