Html Css Color HEX #797D50 Finch

📋 copy color: '#797D50'

red 121 ◦ green 125 ◦ blue 80

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

Shades of Finch #797D50

Tints of Finch #797D50

RGB

 RED value IS 121 (47.66% from 255) = 37.12%

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 37.12%
G = 38.34%
B = 24.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#797D50 (or 0x797D50) is known color: Finch. HEX triplet: 79, 7D and 50. RGB value is (121,125,80). Sum of RGB (Red+Green+Blue) = 121+125+80=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #797D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797D50 is #8682AF. Grayscale: #767676. Windows color (decimal): -8815280 or 5275001. OLE color: 5275001.

HSL color Cylindrical-coordinate representation of color #797D50: hue angle of 65.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #797D50 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 125 80 -
CMYK 0.03 0 0.36 0.51
HSL 65.33º 0.22% 0.4% -
HSV(B) 65.33º 0.36% 0.49% -
XYZ 16.67 19.31 10.44 -
YUV 118.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 121 125 80 0.03 0 0.36 0.51 65.33 0.22 0.4
Hex 79 7D 50 3 0 24 33 41 16 28
Octal 171 175 120 3 0 44 63 101 26 50
Binary 1111001 1111101 1010000 11 0 100100 110011 1000001 10110 101000

Color Harmonies of #797D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D50

Black with #797D50

Text Example


Text Example

White with #797D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797D50; }

 p { color: rgb(121,125,80); }

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

background-color css

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

 a { background-color: rgb(121,125,80); }

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

border-color css

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

 span { border-color: rgb(121,125,80); }

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