Html Css Color HEX #8C9377 Sage

📋 copy color: '#8C9377'

red 140 ◦ green 147 ◦ blue 119

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

Shades of Sage #8C9377

Tints of Sage #8C9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 34.48%
G = 36.21%
B = 29.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#8C9377 (or 0x8C9377) is known color: Sage. HEX triplet: 8C, 93 and 77. RGB value is (140,147,119). Sum of RGB (Red+Green+Blue) = 140+147+119=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9377 is #736C88. Grayscale: #8D8D8D. Windows color (decimal): -7564425 or 7836556. OLE color: 7836556.

HSL color Cylindrical-coordinate representation of color #8C9377: hue angle of 75º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C9377 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 147 119 -
CMYK 0.05 0 0.19 0.42
HSL 75º 0.11% 0.52% -
HSV(B) 75º 0.19% 0.58% -
XYZ 24.58 27.77 21.52 -
YUV 141.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 140 147 119 0.05 0 0.19 0.42 75 0.11 0.52
Hex 8C 93 77 5 0 13 2A 4B B 34
Octal 214 223 167 5 0 23 52 113 13 64
Binary 10001100 10010011 1110111 101 0 10011 101010 1001011 1011 110100

Color Harmonies of #8C9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9377

Black with #8C9377

Text Example


Text Example

White with #8C9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,119); }

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

background-color css

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

 a { background-color: rgb(140,147,119); }

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

border-color css

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

 span { border-color: rgb(140,147,119); }

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