Html Css Color HEX #717550 Finch

📋 copy color: '#717550'

red 113 ◦ green 117 ◦ blue 80

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

Shades of Finch #717550

Tints of Finch #717550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 36.45%
G = 37.74%
B = 25.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#717550 (or 0x717550) is known color: Finch. HEX triplet: 71, 75 and 50. RGB value is (113,117,80). Sum of RGB (Red+Green+Blue) = 113+117+80=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #717550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717550 is #8E8AAF. Grayscale: #6F6F6F. Windows color (decimal): -9341616 or 5272945. OLE color: 5272945.

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

Color convert

RGB 113 117 80 -
CMYK 0.03 0 0.32 0.54
HSL 66.49º 0.19% 0.39% -
HSV(B) 66.49º 0.32% 0.46% -
XYZ 14.62 16.81 10.06 -
YUV 111.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 113 117 80 0.03 0 0.32 0.54 66.49 0.19 0.39
Hex 71 75 50 3 0 20 36 42 13 27
Octal 161 165 120 3 0 40 66 102 23 47
Binary 1110001 1110101 1010000 11 0 100000 110110 1000010 10011 100111

Color Harmonies of #717550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717550

Black with #717550

Text Example


Text Example

White with #717550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717550; }

 p { color: rgb(113,117,80); }

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

background-color css

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

 a { background-color: rgb(113,117,80); }

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

border-color css

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

 span { border-color: rgb(113,117,80); }

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