Html Css Color HEX #8A7F67 Granite Green

📋 copy color: '#8A7F67'

red 138 ◦ green 127 ◦ blue 103

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

Shades of Granite Green #8A7F67

Tints of Granite Green #8A7F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 37.5%
G = 34.51%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A7F67 (or 0x8A7F67) is known color: Granite Green. HEX triplet: 8A, 7F and 67. RGB value is (138,127,103). Sum of RGB (Red+Green+Blue) = 138+127+103=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F67 is #758098. Grayscale: #7F7F7F. Windows color (decimal): -7700633 or 6782858. OLE color: 6782858.

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

Color convert

RGB 138 127 103 -
CMYK 0 0.08 0.25 0.46
HSL 41.14º 0.15% 0.47% -
HSV(B) 41.14º 0.25% 0.54% -
XYZ 20.52 21.56 15.91 -
YUV 127.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 138 127 103 0 0.08 0.25 0.46 41.14 0.15 0.47
Hex 8A 7F 67 0 8 19 2E 29 F 2F
Octal 212 177 147 0 10 31 56 51 17 57
Binary 10001010 1111111 1100111 0 1000 11001 101110 101001 1111 101111

Color Harmonies of #8A7F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F67

Black with #8A7F67

Text Example


Text Example

White with #8A7F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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