Html Css Color HEX #8C846E Granite Green

📋 copy color: '#8C846E'

red 140 ◦ green 132 ◦ blue 110

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

Shades of Granite Green #8C846E

Tints of Granite Green #8C846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 36.65%
G = 34.55%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C846E (or 0x8C846E) is known color: Granite Green. HEX triplet: 8C, 84 and 6E. RGB value is (140,132,110). Sum of RGB (Red+Green+Blue) = 140+132+110=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C846E is #737B91. Grayscale: #838383. Windows color (decimal): -7568274 or 7242892. OLE color: 7242892.

HSL color Cylindrical-coordinate representation of color #8C846E: hue angle of 44º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C846E is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 132 110 -
CMYK 0 0.06 0.21 0.45
HSL 44º 0.12% 0.49% -
HSV(B) 44º 0.21% 0.55% -
XYZ 21.88 23.2 18.08 -
YUV 131.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 140 132 110 0 0.06 0.21 0.45 44 0.12 0.49
Hex 8C 84 6E 0 6 15 2D 2C C 31
Octal 214 204 156 0 6 25 55 54 14 61
Binary 10001100 10000100 1101110 0 110 10101 101101 101100 1100 110001

Color Harmonies of #8C846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C846E

Black with #8C846E

Text Example


Text Example

White with #8C846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,110); }

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

background-color css

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

 a { background-color: rgb(140,132,110); }

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

border-color css

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

 span { border-color: rgb(140,132,110); }

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