Html Css Color HEX #939777 Sage

📋 copy color: '#939777'

red 147 ◦ green 151 ◦ blue 119

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

Shades of Sage #939777

Tints of Sage #939777

RGB

 RED value IS 147 (57.81% from 255) = 35.25%

 GREEN value IS 151 (59.38% from 255) = 36.21%

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

R = 35.25%
G = 36.21%
B = 28.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#939777 (or 0x939777) is known color: Sage. HEX triplet: 93, 97 and 77. RGB value is (147,151,119). Sum of RGB (Red+Green+Blue) = 147+151+119=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #939777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939777 is #6C6888. Grayscale: #929292. Windows color (decimal): -7104649 or 7837587. OLE color: 7837587.

HSL color Cylindrical-coordinate representation of color #939777: hue angle of 67.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939777 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 151 119 -
CMYK 0.03 0 0.21 0.41
HSL 67.5º 0.13% 0.53% -
HSV(B) 67.5º 0.21% 0.59% -
XYZ 26.43 29.67 21.79 -
YUV 146.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 147 151 119 0.03 0 0.21 0.41 67.5 0.13 0.53
Hex 93 97 77 3 0 15 29 44 D 35
Octal 223 227 167 3 0 25 51 104 15 65
Binary 10010011 10010111 1110111 11 0 10101 101001 1000100 1101 110101

Color Harmonies of #939777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939777

Black with #939777

Text Example


Text Example

White with #939777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939777; }

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

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

background-color css

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

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

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

border-color css

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

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

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