Html Css Color HEX #8C7F5F Granite Green

📋 copy color: '#8C7F5F'

red 140 ◦ green 127 ◦ blue 95

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

Shades of Granite Green #8C7F5F

Tints of Granite Green #8C7F5F

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

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

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 38.67%
G = 35.08%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C7F5F (or 0x8C7F5F) is known color: Granite Green. HEX triplet: 8C, 7F and 5F. RGB value is (140,127,95). Sum of RGB (Red+Green+Blue) = 140+127+95=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F5F is #7380A0. Grayscale: #7F7F7F. Windows color (decimal): -7569569 or 6258572. OLE color: 6258572.

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

Color convert

RGB 140 127 95 -
CMYK 0 0.09 0.32 0.45
HSL 42.67º 0.19% 0.46% -
HSV(B) 42.67º 0.32% 0.55% -
XYZ 20.47 21.58 13.91 -
YUV 127.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 140 127 95 0 0.09 0.32 0.45 42.67 0.19 0.46
Hex 8C 7F 5F 0 9 20 2D 2B 13 2E
Octal 214 177 137 0 11 40 55 53 23 56
Binary 10001100 1111111 1011111 0 1001 100000 101101 101011 10011 101110

Color Harmonies of #8C7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F5F

Black with #8C7F5F

Text Example


Text Example

White with #8C7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,95); }

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

background-color css

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

 a { background-color: rgb(140,127,95); }

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

border-color css

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

 span { border-color: rgb(140,127,95); }

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