#8B7F7F

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

Shades of Grey #8B7F7F

Tints of Grey #8B7F7F

Color information

#8B7F7F (or 0x8B7F7F) is unknown color: approx Grey. HEX triplet: 8B, 7F and 7F. RGB value is (139,127,127). Sum of RGB (Red+Green+Blue) = 139+127+127=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F7F is #748080. Grayscale: #828282. Windows color (decimal): -7635073 or 8355723. OLE color: 8355723.

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

Color convert

RGB139127127-
CMYK00.090.090.45
HSL4.92%52.16%-
HSV(B)8.63%54.51%-
XYZ22.0722.223.2-
YUV130.59125.98134-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 127 (50% from 255) = 32.32%
R=35.37%
G=32.32%
B=32.32%

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
Decimal13912712700.090.090.4504.9252.16
Hex8B7F7F0992D0534
Octal21317717701111550564
Binary10001011111111111111110100110011011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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