Html Css Color HEX #717A50 Finch

📋 copy color: '#717A50'

red 113 ◦ green 122 ◦ blue 80

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

Shades of Finch #717A50

Tints of Finch #717A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 35.87%
G = 38.73%
B = 25.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#717A50 (or 0x717A50) is known color: Finch. HEX triplet: 71, 7A and 50. RGB value is (113,122,80). Sum of RGB (Red+Green+Blue) = 113+122+80=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #717A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A50 is #8E85AF. Grayscale: #727272. Windows color (decimal): -9340336 or 5274225. OLE color: 5274225.

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

Color convert

RGB 113 122 80 -
CMYK 0.07 0 0.34 0.52
HSL 72.86º 0.21% 0.4% -
HSV(B) 72.86º 0.34% 0.48% -
XYZ 15.22 18.01 10.26 -
YUV 114.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 113 122 80 0.07 0 0.34 0.52 72.86 0.21 0.4
Hex 71 7A 50 7 0 22 34 49 15 28
Octal 161 172 120 7 0 42 64 111 25 50
Binary 1110001 1111010 1010000 111 0 100010 110100 1001001 10101 101000

Color Harmonies of #717A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A50

Black with #717A50

Text Example


Text Example

White with #717A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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