Html Css Color HEX #8A7E66 Granite Green

📋 copy color: '#8A7E66'

red 138 ◦ green 126 ◦ blue 102

#8A7E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #8A7E66

Tints of Granite Green #8A7E66

RGB

 RED value IS 138 (54.3% from 255) = 37.7%

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 37.7%
G = 34.43%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A7E66 (or 0x8A7E66) is known color: Granite Green. HEX triplet: 8A, 7E and 66. RGB value is (138,126,102). Sum of RGB (Red+Green+Blue) = 138+126+102=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E66 is #758199. Grayscale: #7E7E7E. Windows color (decimal): -7700890 or 6717066. OLE color: 6717066.

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

Color convert

RGB 138 126 102 -
CMYK 0 0.09 0.26 0.46
HSL 40º 0.15% 0.47% -
HSV(B) 40º 0.26% 0.54% -
XYZ 20.34 21.28 15.61 -
YUV 126.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 138 126 102 0 0.09 0.26 0.46 40 0.15 0.47
Hex 8A 7E 66 0 9 1A 2E 28 F 2F
Octal 212 176 146 0 11 32 56 50 17 57
Binary 10001010 1111110 1100110 0 1001 11010 101110 101000 1111 101111

Color Harmonies of #8A7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E66

Black with #8A7E66

Text Example


Text Example

White with #8A7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A7E66;
 }
 .AnyTagClassName
 {
   color: #8A7E66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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