Html Css Color HEX #717E52 Finch

📋 copy color: '#717E52'

red 113 ◦ green 126 ◦ blue 82

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

Shades of Finch #717E52

Tints of Finch #717E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 35.2%
G = 39.25%
B = 25.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#717E52 (or 0x717E52) is known color: Finch. HEX triplet: 71, 7E and 52. RGB value is (113,126,82). Sum of RGB (Red+Green+Blue) = 113+126+82=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #717E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E52 is #8E81AD. Grayscale: #757575. Windows color (decimal): -9339310 or 5406321. OLE color: 5406321.

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

Color convert

RGB 113 126 82 -
CMYK 0.10 0 0.35 0.51
HSL 77.73º 0.21% 0.41% -
HSV(B) 77.73º 0.35% 0.49% -
XYZ 15.79 19.04 10.83 -
YUV 117.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 113 126 82 0.10 0 0.35 0.51 77.73 0.21 0.41
Hex 71 7E 52 A 0 23 33 4E 15 29
Octal 161 176 122 12 0 43 63 116 25 51
Binary 1110001 1111110 1010010 1010 0 100011 110011 1001110 10101 101001

Color Harmonies of #717E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E52

Black with #717E52

Text Example


Text Example

White with #717E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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