Html Css Color HEX #797F64 Finch

📋 copy color: '#797F64'

red 121 ◦ green 127 ◦ blue 100

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

Shades of Finch #797F64

Tints of Finch #797F64

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 34.77%
G = 36.49%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#797F64 (or 0x797F64) is known color: Finch. HEX triplet: 79, 7F and 64. RGB value is (121,127,100). Sum of RGB (Red+Green+Blue) = 121+127+100=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #797F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F64 is #86809B. Grayscale: #7A7A7A. Windows color (decimal): -8814748 or 6586233. OLE color: 6586233.

HSL color Cylindrical-coordinate representation of color #797F64: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797F64 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 127 100 -
CMYK 0.05 0 0.21 0.50
HSL 73.33º 0.12% 0.45% -
HSV(B) 73.33º 0.21% 0.5% -
XYZ 17.77 20.16 15.01 -
YUV 122.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 121 127 100 0.05 0 0.21 0.50 73.33 0.12 0.45
Hex 79 7F 64 5 0 15 32 49 C 2D
Octal 171 177 144 5 0 25 62 111 14 55
Binary 1111001 1111111 1100100 101 0 10101 110010 1001001 1100 101101

Color Harmonies of #797F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F64

Black with #797F64

Text Example


Text Example

White with #797F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,127,100); }

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

background-color css

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

 a { background-color: rgb(121,127,100); }

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

border-color css

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

 span { border-color: rgb(121,127,100); }

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