Html Css Color HEX #717C4F Finch

📋 copy color: '#717C4F'

red 113 ◦ green 124 ◦ blue 79

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

Shades of Finch #717C4F

Tints of Finch #717C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

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

R = 35.76%
G = 39.24%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#717C4F (or 0x717C4F) is known color: Finch. HEX triplet: 71, 7C and 4F. RGB value is (113,124,79). Sum of RGB (Red+Green+Blue) = 113+124+79=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #717C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C4F is #8E83B0. Grayscale: #737373. Windows color (decimal): -9339825 or 5209201. OLE color: 5209201.

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

Color convert

RGB 113 124 79 -
CMYK 0.09 0 0.36 0.51
HSL 74.67º 0.22% 0.4% -
HSV(B) 74.67º 0.36% 0.49% -
XYZ 15.43 18.49 10.15 -
YUV 115.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 113 124 79 0.09 0 0.36 0.51 74.67 0.22 0.4
Hex 71 7C 4F 9 0 24 33 4B 16 28
Octal 161 174 117 11 0 44 63 113 26 50
Binary 1110001 1111100 1001111 1001 0 100100 110011 1001011 10110 101000

Color Harmonies of #717C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C4F

Black with #717C4F

Text Example


Text Example

White with #717C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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