Html Css Color HEX #717760 Finch

📋 copy color: '#717760'

red 113 ◦ green 119 ◦ blue 96

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

Shades of Finch #717760

Tints of Finch #717760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 34.45%
G = 36.28%
B = 29.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#717760 (or 0x717760) is known color: Finch. HEX triplet: 71, 77 and 60. RGB value is (113,119,96). Sum of RGB (Red+Green+Blue) = 113+119+96=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #717760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717760 is #8E889F. Grayscale: #727272. Windows color (decimal): -9341088 or 6322033. OLE color: 6322033.

HSL color Cylindrical-coordinate representation of color #717760: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717760 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 96 -
CMYK 0.05 0 0.19 0.53
HSL 75.65º 0.11% 0.42% -
HSV(B) 75.65º 0.19% 0.47% -
XYZ 15.52 17.55 13.64 -
YUV 114.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 113 119 96 0.05 0 0.19 0.53 75.65 0.11 0.42
Hex 71 77 60 5 0 13 35 4C B 2A
Octal 161 167 140 5 0 23 65 114 13 52
Binary 1110001 1110111 1100000 101 0 10011 110101 1001100 1011 101010

Color Harmonies of #717760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717760

Black with #717760

Text Example


Text Example

White with #717760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717760; }

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

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

background-color css

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

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

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

border-color css

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

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

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