Html Css Color HEX #717D4F Finch

📋 copy color: '#717D4F'

red 113 ◦ green 125 ◦ blue 79

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

Shades of Finch #717D4F

Tints of Finch #717D4F

RGB

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

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

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

R = 35.65%
G = 39.43%
B = 24.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#717D4F (or 0x717D4F) is known color: Finch. HEX triplet: 71, 7D and 4F. RGB value is (113,125,79). Sum of RGB (Red+Green+Blue) = 113+125+79=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #717D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D4F is #8E82B0. Grayscale: #747474. Windows color (decimal): -9339569 or 5209457. OLE color: 5209457.

HSL color Cylindrical-coordinate representation of color #717D4F: hue angle of 75.65º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #717D4F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 125 79 -
CMYK 0.10 0 0.37 0.51
HSL 75.65º 0.23% 0.4% -
HSV(B) 75.65º 0.37% 0.49% -
XYZ 15.55 18.74 10.19 -
YUV 116.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 113 125 79 0.10 0 0.37 0.51 75.65 0.23 0.4
Hex 71 7D 4F A 0 25 33 4C 17 28
Octal 161 175 117 12 0 45 63 114 27 50
Binary 1110001 1111101 1001111 1010 0 100101 110011 1001100 10111 101000

Color Harmonies of #717D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D4F

Black with #717D4F

Text Example


Text Example

White with #717D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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