Html Css Color HEX #71755F Finch

📋 copy color: '#71755F'

red 113 ◦ green 117 ◦ blue 95

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

Shades of Finch #71755F

Tints of Finch #71755F

RGB

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

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

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

R = 34.77%
G = 36%
B = 29.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#71755F (or 0x71755F) is known color: Finch. HEX triplet: 71, 75 and 5F. RGB value is (113,117,95). Sum of RGB (Red+Green+Blue) = 113+117+95=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #71755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71755F is #8E8AA0. Grayscale: #717171. Windows color (decimal): -9341601 or 6255985. OLE color: 6255985.

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

Color convert

RGB 113 117 95 -
CMYK 0.03 0 0.19 0.54
HSL 70.91º 0.1% 0.42% -
HSV(B) 70.91º 0.19% 0.46% -
XYZ 15.24 17.06 13.32 -
YUV 113.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 113 117 95 0.03 0 0.19 0.54 70.91 0.1 0.42
Hex 71 75 5F 3 0 13 36 47 A 2A
Octal 161 165 137 3 0 23 66 107 12 52
Binary 1110001 1110101 1011111 11 0 10011 110110 1000111 1010 101010

Color Harmonies of #71755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71755F

Black with #71755F

Text Example


Text Example

White with #71755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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