Html Css Color HEX #979A7D Sage

📋 copy color: '#979A7D'

red 151 ◦ green 154 ◦ blue 125

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

Shades of Sage #979A7D

Tints of Sage #979A7D

RGB

 RED value IS 151 (59.38% from 255) = 35.12%

 GREEN value IS 154 (60.55% from 255) = 35.81%

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 35.12%
G = 35.81%
B = 29.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#979A7D (or 0x979A7D) is known color: Sage. HEX triplet: 97, 9A and 7D. RGB value is (151,154,125). Sum of RGB (Red+Green+Blue) = 151+154+125=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 154 - color contains mainly: green. Hex color #979A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A7D is #686582. Grayscale: #959595. Windows color (decimal): -6841731 or 8231575. OLE color: 8231575.

HSL color Cylindrical-coordinate representation of color #979A7D: hue angle of 66.21º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #979A7D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 154 125 -
CMYK 0.02 0 0.19 0.40
HSL 66.21º 0.13% 0.55% -
HSV(B) 66.21º 0.19% 0.6% -
XYZ 28.02 31.17 23.94 -
YUV 149.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 151 154 125 0.02 0 0.19 0.40 66.21 0.13 0.55
Hex 97 9A 7D 2 0 13 28 42 D 37
Octal 227 232 175 2 0 23 50 102 15 67
Binary 10010111 10011010 1111101 10 0 10011 101000 1000010 1101 110111

Color Harmonies of #979A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A7D

Black with #979A7D

Text Example


Text Example

White with #979A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979A7D; }

 p { color: rgb(151,154,125); }

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

background-color css

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

 a { background-color: rgb(151,154,125); }

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

border-color css

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

 span { border-color: rgb(151,154,125); }

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