Html Css Color HEX #717750 Finch

📋 copy color: '#717750'

red 113 ◦ green 119 ◦ blue 80

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

Shades of Finch #717750

Tints of Finch #717750

RGB

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

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

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

R = 36.22%
G = 38.14%
B = 25.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#717750 (or 0x717750) is known color: Finch. HEX triplet: 71, 77 and 50. RGB value is (113,119,80). Sum of RGB (Red+Green+Blue) = 113+119+80=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #717750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717750 is #8E88AF. Grayscale: #707070. Windows color (decimal): -9341104 or 5273457. OLE color: 5273457.

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

Color convert

RGB 113 119 80 -
CMYK 0.05 0 0.33 0.53
HSL 69.23º 0.2% 0.39% -
HSV(B) 69.23º 0.33% 0.47% -
XYZ 14.85 17.28 10.14 -
YUV 112.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 113 119 80 0.05 0 0.33 0.53 69.23 0.2 0.39
Hex 71 77 50 5 0 21 35 45 14 27
Octal 161 167 120 5 0 41 65 105 24 47
Binary 1110001 1110111 1010000 101 0 100001 110101 1000101 10100 100111

Color Harmonies of #717750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717750

Black with #717750

Text Example


Text Example

White with #717750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717750; }

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

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

background-color css

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

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

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

border-color css

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

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

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