Html Css Color HEX #8A7F64 Granite Green

📋 copy color: '#8A7F64'

red 138 ◦ green 127 ◦ blue 100

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

Shades of Granite Green #8A7F64

Tints of Granite Green #8A7F64

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 37.81%
G = 34.79%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A7F64 (or 0x8A7F64) is known color: Granite Green. HEX triplet: 8A, 7F and 64. RGB value is (138,127,100). Sum of RGB (Red+Green+Blue) = 138+127+100=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F64 is #75809B. Grayscale: #7F7F7F. Windows color (decimal): -7700636 or 6586250. OLE color: 6586250.

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

Color convert

RGB 138 127 100 -
CMYK 0 0.08 0.28 0.46
HSL 42.63º 0.16% 0.47% -
HSV(B) 42.63º 0.28% 0.54% -
XYZ 20.37 21.5 15.13 -
YUV 127.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 138 127 100 0 0.08 0.28 0.46 42.63 0.16 0.47
Hex 8A 7F 64 0 8 1C 2E 2B 10 2F
Octal 212 177 144 0 10 34 56 53 20 57
Binary 10001010 1111111 1100100 0 1000 11100 101110 101011 10000 101111

Color Harmonies of #8A7F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F64

Black with #8A7F64

Text Example


Text Example

White with #8A7F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,127,100); }

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

background-color css

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

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

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

border-color css

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

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

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