Html Css Color HEX #717E4F Finch

📋 copy color: '#717E4F'

red 113 ◦ green 126 ◦ blue 79

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

Shades of Finch #717E4F

Tints of Finch #717E4F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

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

R = 35.53%
G = 39.62%
B = 24.84%

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

#717E4F (or 0x717E4F) is known color: Finch. HEX triplet: 71, 7E and 4F. RGB value is (113,126,79). Sum of RGB (Red+Green+Blue) = 113+126+79=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 126 - color contains mainly: green. Hex color #717E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E4F is #8E81B0. Grayscale: #747474. Windows color (decimal): -9339313 or 5209713. OLE color: 5209713.

HSL color Cylindrical-coordinate representation of color #717E4F: hue angle of 76.6º 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 #717E4F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 126 79 -
CMYK 0.10 0 0.37 0.51
HSL 76.6º 0.23% 0.4% -
HSV(B) 76.6º 0.37% 0.49% -
XYZ 15.68 19 10.24 -
YUV 116.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 113 126 79 0.10 0 0.37 0.51 76.6 0.23 0.4
Hex 71 7E 4F A 0 25 33 4D 17 28
Octal 161 176 117 12 0 45 63 115 27 50
Binary 1110001 1111110 1001111 1010 0 100101 110011 1001101 10111 101000

Color Harmonies of #717E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E4F

Black with #717E4F

Text Example


Text Example

White with #717E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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