Html Css Color HEX #717A49 Finch

📋 copy color: '#717A49'

red 113 ◦ green 122 ◦ blue 73

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

Shades of Finch #717A49

Tints of Finch #717A49

RGB

 RED value IS 113 (44.53% from 255) = 36.69%

 GREEN value IS 122 (48.05% from 255) = 39.61%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 36.69%
G = 39.61%
B = 23.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#717A49 (or 0x717A49) is known color: Finch. HEX triplet: 71, 7A and 49. RGB value is (113,122,73). Sum of RGB (Red+Green+Blue) = 113+122+73=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #717A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717A49 is #8E85B6. Grayscale: #717171. Windows color (decimal): -9340343 or 4815473. OLE color: 4815473.

HSL color Cylindrical-coordinate representation of color #717A49: hue angle of 71.02º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717A49 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 122 73 -
CMYK 0.07 0 0.40 0.52
HSL 71.02º 0.25% 0.38% -
HSV(B) 71.02º 0.4% 0.48% -
XYZ 14.97 17.91 8.97 -
YUV 113.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 113 122 73 0.07 0 0.40 0.52 71.02 0.25 0.38
Hex 71 7A 49 7 0 28 34 47 19 26
Octal 161 172 111 7 0 50 64 107 31 46
Binary 1110001 1111010 1001001 111 0 101000 110100 1000111 11001 100110

Color Harmonies of #717A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A49

Black with #717A49

Text Example


Text Example

White with #717A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A49; }

 p { color: rgb(113,122,73); }

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

background-color css

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

 a { background-color: rgb(113,122,73); }

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

border-color css

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

 span { border-color: rgb(113,122,73); }

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