#8B7D7A

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

Shades of Suva Grey #8B7D7A

Tints of Suva Grey #8B7D7A

Color information

#8B7D7A (or 0x8B7D7A) is unknown color: approx Suva Grey. HEX triplet: 8B, 7D and 7A. RGB value is (139,125,122). Sum of RGB (Red+Green+Blue) = 139+125+122=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D7A is #748285. Grayscale: #808080. Windows color (decimal): -7635590 or 8027531. OLE color: 8027531.

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

Color convert

RGB139125122-
CMYK00.100.120.45
HSL10.59º6.83%51.18%-
HSV(B)10.59º12.23%54.51%-
XYZ21.4921.5621.44-
YUV128.84124.14135.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=36.01%
G=32.38%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912512200.100.120.4510.596.8351.18
Hex8B7D7A0AC2Db733
Octal213175172012145513763
Binary10001011111110111110100101011001011011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,122); }

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

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

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

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

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

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

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