#8B7F7E

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

Shades of Suva Grey #8B7F7E

Tints of Suva Grey #8B7F7E

Color information

#8B7F7E (or 0x8B7F7E) is unknown color: approx Suva Grey. HEX triplet: 8B, 7F and 7E. RGB value is (139,127,126). Sum of RGB (Red+Green+Blue) = 139+127+126=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F7E is #748081. Grayscale: #828282. Windows color (decimal): -7635074 or 8290187. OLE color: 8290187.

HSL color Cylindrical-coordinate representation of color #8B7F7E: hue angle of 4.62º 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 #8B7F7E is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB139127126-
CMYK00.090.090.45
HSL4.62º5.31%51.96%-
HSV(B)4.62º9.35%54.51%-
XYZ2222.1722.86-
YUV130.47125.48134.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=35.46%
G=32.40%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912712600.090.090.454.625.3151.96
Hex8B7F7E0992D5534
Octal21317717601111555564
Binary1000101111111111111110010011001101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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