Html Css Color HEX #909777 Sage

📋 copy color: '#909777'

red 144 ◦ green 151 ◦ blue 119

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

Shades of Sage #909777

Tints of Sage #909777

RGB

 RED value IS 144 (56.64% from 255) = 34.78%

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

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

R = 34.78%
G = 36.47%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#909777 (or 0x909777) is known color: Sage. HEX triplet: 90, 97 and 77. RGB value is (144,151,119). Sum of RGB (Red+Green+Blue) = 144+151+119=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #909777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909777 is #6F6888. Grayscale: #919191. Windows color (decimal): -7301257 or 7837584. OLE color: 7837584.

HSL color Cylindrical-coordinate representation of color #909777: hue angle of 73.12º 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 #909777 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 119 -
CMYK 0.05 0 0.21 0.41
HSL 73.13º 0.13% 0.53% -
HSV(B) 73.13º 0.21% 0.59% -
XYZ 25.9 29.39 21.76 -
YUV 145.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 144 151 119 0.05 0 0.21 0.41 73.13 0.13 0.53
Hex 90 97 77 5 0 15 29 49 D 35
Octal 220 227 167 5 0 25 51 111 15 65
Binary 10010000 10010111 1110111 101 0 10101 101001 1001001 1101 110101

Color Harmonies of #909777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909777

Black with #909777

Text Example


Text Example

White with #909777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909777; }

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

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

background-color css

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

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

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

border-color css

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

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

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