Html Css Color HEX #79805F Finch

📋 copy color: '#79805F'

red 121 ◦ green 128 ◦ blue 95

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

Shades of Finch #79805F

Tints of Finch #79805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 35.17%
G = 37.21%
B = 27.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#79805F (or 0x79805F) is known color: Finch. HEX triplet: 79, 80 and 5F. RGB value is (121,128,95). Sum of RGB (Red+Green+Blue) = 121+128+95=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #79805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79805F is #867FA0. Grayscale: #7A7A7A. Windows color (decimal): -8814497 or 6258809. OLE color: 6258809.

HSL color Cylindrical-coordinate representation of color #79805F: hue angle of 72.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79805F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 128 95 -
CMYK 0.05 0 0.26 0.50
HSL 72.73º 0.15% 0.44% -
HSV(B) 72.73º 0.26% 0.5% -
XYZ 17.67 20.33 13.82 -
YUV 122.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 121 128 95 0.05 0 0.26 0.50 72.73 0.15 0.44
Hex 79 80 5F 5 0 1A 32 49 F 2C
Octal 171 200 137 5 0 32 62 111 17 54
Binary 1111001 10000000 1011111 101 0 11010 110010 1001001 1111 101100

Color Harmonies of #79805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79805F

Black with #79805F

Text Example


Text Example

White with #79805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79805F; }

 p { color: rgb(121,128,95); }

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

background-color css

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

 a { background-color: rgb(121,128,95); }

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

border-color css

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

 span { border-color: rgb(121,128,95); }

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