Html Css Color HEX #717661 Finch

📋 copy color: '#717661'

red 113 ◦ green 118 ◦ blue 97

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

Shades of Finch #717661

Tints of Finch #717661

RGB

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

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

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

R = 34.45%
G = 35.98%
B = 29.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#717661 (or 0x717661) is known color: Finch. HEX triplet: 71, 76 and 61. RGB value is (113,118,97). Sum of RGB (Red+Green+Blue) = 113+118+97=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #717661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717661 is #8E899E. Grayscale: #727272. Windows color (decimal): -9341343 or 6387313. OLE color: 6387313.

HSL color Cylindrical-coordinate representation of color #717661: hue angle of 74.29º 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 #717661 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 97 -
CMYK 0.04 0 0.18 0.54
HSL 74.29º 0.1% 0.42% -
HSV(B) 74.29º 0.18% 0.46% -
XYZ 15.45 17.33 13.84 -
YUV 114.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 113 118 97 0.04 0 0.18 0.54 74.29 0.1 0.42
Hex 71 76 61 4 0 12 36 4A A 2A
Octal 161 166 141 4 0 22 66 112 12 52
Binary 1110001 1110110 1100001 100 0 10010 110110 1001010 1010 101010

Color Harmonies of #717661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717661

Black with #717661

Text Example


Text Example

White with #717661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717661; }

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

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

background-color css

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

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

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

border-color css

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

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

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