Html Css Color HEX #717350 Finch

📋 copy color: '#717350'

red 113 ◦ green 115 ◦ blue 80

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

Shades of Finch #717350

Tints of Finch #717350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 36.69%
G = 37.34%
B = 25.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#717350 (or 0x717350) is known color: Finch. HEX triplet: 71, 73 and 50. RGB value is (113,115,80). Sum of RGB (Red+Green+Blue) = 113+115+80=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #717350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717350 is #8E8CAF. Grayscale: #6E6E6E. Windows color (decimal): -9342128 or 5272433. OLE color: 5272433.

HSL color Cylindrical-coordinate representation of color #717350: hue angle of 63.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #717350 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 80 -
CMYK 0.02 0 0.30 0.55
HSL 63.43º 0.18% 0.38% -
HSV(B) 63.43º 0.3% 0.45% -
XYZ 14.39 16.35 9.99 -
YUV 110.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 113 115 80 0.02 0 0.30 0.55 63.43 0.18 0.38
Hex 71 73 50 2 0 1E 37 3F 12 26
Octal 161 163 120 2 0 36 67 77 22 46
Binary 1110001 1110011 1010000 10 0 11110 110111 111111 10010 100110

Color Harmonies of #717350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717350

Black with #717350

Text Example


Text Example

White with #717350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717350; }

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

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

background-color css

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

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

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

border-color css

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

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

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