Html Css Color HEX #717660 Finch

📋 copy color: '#717660'

red 113 ◦ green 118 ◦ blue 96

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

Shades of Finch #717660

Tints of Finch #717660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 34.56%
G = 36.09%
B = 29.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#717660 (or 0x717660) is known color: Finch. HEX triplet: 71, 76 and 60. RGB value is (113,118,96). Sum of RGB (Red+Green+Blue) = 113+118+96=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #717660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717660 is #8E899F. Grayscale: #727272. Windows color (decimal): -9341344 or 6321777. OLE color: 6321777.

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

Color convert

RGB 113 118 96 -
CMYK 0.04 0 0.19 0.54
HSL 73.64º 0.1% 0.42% -
HSV(B) 73.64º 0.19% 0.46% -
XYZ 15.4 17.31 13.6 -
YUV 114 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 113 118 96 0.04 0 0.19 0.54 73.64 0.1 0.42
Hex 71 76 60 4 0 13 36 4A A 2A
Octal 161 166 140 4 0 23 66 112 12 52
Binary 1110001 1110110 1100000 100 0 10011 110110 1001010 1010 101010

Color Harmonies of #717660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717660

Black with #717660

Text Example


Text Example

White with #717660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717660; }

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

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

background-color css

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

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

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

border-color css

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

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

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