Html Css Color HEX #717560 Finch

📋 copy color: '#717560'

red 113 ◦ green 117 ◦ blue 96

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

Shades of Finch #717560

Tints of Finch #717560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 34.66%
G = 35.89%
B = 29.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#717560 (or 0x717560) is known color: Finch. HEX triplet: 71, 75 and 60. RGB value is (113,117,96). Sum of RGB (Red+Green+Blue) = 113+117+96=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #717560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717560 is #8E8A9F. Grayscale: #717171. Windows color (decimal): -9341600 or 6321521. OLE color: 6321521.

HSL color Cylindrical-coordinate representation of color #717560: hue angle of 71.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717560 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 96 -
CMYK 0.03 0 0.18 0.54
HSL 71.43º 0.1% 0.42% -
HSV(B) 71.43º 0.18% 0.46% -
XYZ 15.28 17.08 13.56 -
YUV 113.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 113 117 96 0.03 0 0.18 0.54 71.43 0.1 0.42
Hex 71 75 60 3 0 12 36 47 A 2A
Octal 161 165 140 3 0 22 66 107 12 52
Binary 1110001 1110101 1100000 11 0 10010 110110 1000111 1010 101010

Color Harmonies of #717560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717560

Black with #717560

Text Example


Text Example

White with #717560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717560; }

 p { color: rgb(113,117,96); }

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

background-color css

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

 a { background-color: rgb(113,117,96); }

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

border-color css

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

 span { border-color: rgb(113,117,96); }

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