Html Css Color HEX #717261 Finch

📋 copy color: '#717261'

red 113 ◦ green 114 ◦ blue 97

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

Shades of Finch #717261

Tints of Finch #717261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 34.88%
G = 35.19%
B = 29.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#717261 (or 0x717261) is known color: Finch. HEX triplet: 71, 72 and 61. RGB value is (113,114,97). Sum of RGB (Red+Green+Blue) = 113+114+97=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 114 - color contains mainly: green. Hex color #717261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717261 is #8E8D9E. Grayscale: #6F6F6F. Windows color (decimal): -9342367 or 6386289. OLE color: 6386289.

HSL color Cylindrical-coordinate representation of color #717261: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717261 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 97 -
CMYK 0.01 0 0.15 0.55
HSL 63.53º 0.08% 0.41% -
HSV(B) 63.53º 0.15% 0.45% -
XYZ 14.99 16.41 13.69 -
YUV 111.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 113 114 97 0.01 0 0.15 0.55 63.53 0.08 0.41
Hex 71 72 61 1 0 F 37 40 8 29
Octal 161 162 141 1 0 17 67 100 10 51
Binary 1110001 1110010 1100001 1 0 1111 110111 1000000 1000 101001

Color Harmonies of #717261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717261

Black with #717261

Text Example


Text Example

White with #717261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717261; }

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

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

background-color css

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

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

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

border-color css

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

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

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