Html Css Color HEX #717C4D Finch

📋 copy color: '#717C4D'

red 113 ◦ green 124 ◦ blue 77

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

Shades of Finch #717C4D

Tints of Finch #717C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 35.99%
G = 39.49%
B = 24.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#717C4D (or 0x717C4D) is known color: Finch. HEX triplet: 71, 7C and 4D. RGB value is (113,124,77). Sum of RGB (Red+Green+Blue) = 113+124+77=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #717C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C4D is #8E83B2. Grayscale: #737373. Windows color (decimal): -9339827 or 5078129. OLE color: 5078129.

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

Color convert

RGB 113 124 77 -
CMYK 0.09 0 0.38 0.51
HSL 74.04º 0.23% 0.39% -
HSV(B) 74.04º 0.38% 0.49% -
XYZ 15.36 18.46 9.78 -
YUV 115.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 113 124 77 0.09 0 0.38 0.51 74.04 0.23 0.39
Hex 71 7C 4D 9 0 26 33 4A 17 27
Octal 161 174 115 11 0 46 63 112 27 47
Binary 1110001 1111100 1001101 1001 0 100110 110011 1001010 10111 100111

Color Harmonies of #717C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C4D

Black with #717C4D

Text Example


Text Example

White with #717C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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