#8B7E66

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

Shades of Granite Green #8B7E66

Tints of Granite Green #8B7E66

Color information

#8B7E66 (or 0x8B7E66) is unknown color: approx Granite Green. HEX triplet: 8B, 7E and 66. RGB value is (139,126,102). Sum of RGB (Red+Green+Blue) = 139+126+102=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E66 is #748199. Grayscale: #7F7F7F. Windows color (decimal): -7635354 or 6717067. OLE color: 6717067.

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

Color convert

RGB139126102-
CMYK00.090.270.45
HSL38.92º15.35%47.25%-
HSV(B)38.92º26.62%54.51%-
XYZ20.5121.3715.61-
YUV127.15113.81136.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=37.87%
G=34.33%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912610200.090.270.4538.9215.3547.25
Hex8B7E66091B2D27f2f
Octal2131761460113355471757
Binary100010111111110110011001001110111011011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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