Html Css Color HEX #71785F Finch

📋 copy color: '#71785F'

red 113 ◦ green 120 ◦ blue 95

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

Shades of Finch #71785F

Tints of Finch #71785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 34.45%
G = 36.59%
B = 28.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#71785F (or 0x71785F) is known color: Finch. HEX triplet: 71, 78 and 5F. RGB value is (113,120,95). Sum of RGB (Red+Green+Blue) = 113+120+95=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #71785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71785F is #8E87A0. Grayscale: #737373. Windows color (decimal): -9340833 or 6256753. OLE color: 6256753.

HSL color Cylindrical-coordinate representation of color #71785F: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71785F is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 120 95 -
CMYK 0.06 0 0.21 0.53
HSL 76.8º 0.12% 0.42% -
HSV(B) 76.8º 0.21% 0.47% -
XYZ 15.59 17.77 13.43 -
YUV 115.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 113 120 95 0.06 0 0.21 0.53 76.8 0.12 0.42
Hex 71 78 5F 6 0 15 35 4D C 2A
Octal 161 170 137 6 0 25 65 115 14 52
Binary 1110001 1111000 1011111 110 0 10101 110101 1001101 1100 101010

Color Harmonies of #71785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71785F

Black with #71785F

Text Example


Text Example

White with #71785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71785F; }

 p { color: rgb(113,120,95); }

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

background-color css

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

 a { background-color: rgb(113,120,95); }

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

border-color css

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

 span { border-color: rgb(113,120,95); }

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