Html Css Color HEX #717761 Finch

📋 copy color: '#717761'

red 113 ◦ green 119 ◦ blue 97

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

Shades of Finch #717761

Tints of Finch #717761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 34.35%
G = 36.17%
B = 29.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#717761 (or 0x717761) is known color: Finch. HEX triplet: 71, 77 and 61. RGB value is (113,119,97). Sum of RGB (Red+Green+Blue) = 113+119+97=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #717761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717761 is #8E889E. Grayscale: #727272. Windows color (decimal): -9341087 or 6387569. OLE color: 6387569.

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

Color convert

RGB 113 119 97 -
CMYK 0.05 0 0.18 0.53
HSL 76.36º 0.1% 0.42% -
HSV(B) 76.36º 0.18% 0.47% -
XYZ 15.56 17.57 13.88 -
YUV 114.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 113 119 97 0.05 0 0.18 0.53 76.36 0.1 0.42
Hex 71 77 61 5 0 12 35 4C A 2A
Octal 161 167 141 5 0 22 65 114 12 52
Binary 1110001 1110111 1100001 101 0 10010 110101 1001100 1010 101010

Color Harmonies of #717761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717761

Black with #717761

Text Example


Text Example

White with #717761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717761; }

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

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

background-color css

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

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

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

border-color css

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

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

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