Html Css Color HEX #717A4F Finch

📋 copy color: '#717A4F'

red 113 ◦ green 122 ◦ blue 79

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

Shades of Finch #717A4F

Tints of Finch #717A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 35.99%
G = 38.85%
B = 25.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#717A4F (or 0x717A4F) is known color: Finch. HEX triplet: 71, 7A and 4F. RGB value is (113,122,79). Sum of RGB (Red+Green+Blue) = 113+122+79=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #717A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A4F is #8E85B0. Grayscale: #727272. Windows color (decimal): -9340337 or 5208689. OLE color: 5208689.

HSL color Cylindrical-coordinate representation of color #717A4F: hue angle of 72.56º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717A4F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 122 79 -
CMYK 0.07 0 0.35 0.52
HSL 72.56º 0.21% 0.39% -
HSV(B) 72.56º 0.35% 0.48% -
XYZ 15.18 17.99 10.07 -
YUV 114.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 113 122 79 0.07 0 0.35 0.52 72.56 0.21 0.39
Hex 71 7A 4F 7 0 23 34 49 15 27
Octal 161 172 117 7 0 43 64 111 25 47
Binary 1110001 1111010 1001111 111 0 100011 110100 1001001 10101 100111

Color Harmonies of #717A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A4F

Black with #717A4F

Text Example


Text Example

White with #717A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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