#8B817F

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

Shades of Suva Grey #8B817F

Tints of Suva Grey #8B817F

Color information

#8B817F (or 0x8B817F) is unknown color: approx Suva Grey. HEX triplet: 8B, 81 and 7F. RGB value is (139,129,127). Sum of RGB (Red+Green+Blue) = 139+129+127=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817F is #747E80. Grayscale: #838383. Windows color (decimal): -7634561 or 8356235. OLE color: 8356235.

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

Color convert

RGB139129127-
CMYK00.070.090.45
HSL10º4.92%52.16%-
HSV(B)10º8.63%54.51%-
XYZ22.3322.7223.29-
YUV131.76125.31133.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 127 (50% from 255) = 32.15%
R=35.19%
G=32.66%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912912700.070.090.45104.9252.16
Hex8B817F0792Da534
Octal21320117707115512564
Binary10001011100000011111111011110011011011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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