Html Css Color HEX #71765E Finch

📋 copy color: '#71765E'

red 113 ◦ green 118 ◦ blue 94

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

Shades of Finch #71765E

Tints of Finch #71765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 34.77%
G = 36.31%
B = 28.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#71765E (or 0x71765E) is known color: Finch. HEX triplet: 71, 76 and 5E. RGB value is (113,118,94). Sum of RGB (Red+Green+Blue) = 113+118+94=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #71765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71765E is #8E89A1. Grayscale: #717171. Windows color (decimal): -9341346 or 6190705. OLE color: 6190705.

HSL color Cylindrical-coordinate representation of color #71765E: hue angle of 72.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71765E is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 94 -
CMYK 0.04 0 0.20 0.54
HSL 72.5º 0.11% 0.42% -
HSV(B) 72.5º 0.2% 0.46% -
XYZ 15.31 17.28 13.12 -
YUV 113.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 113 118 94 0.04 0 0.20 0.54 72.5 0.11 0.42
Hex 71 76 5E 4 0 14 36 48 B 2A
Octal 161 166 136 4 0 24 66 110 13 52
Binary 1110001 1110110 1011110 100 0 10100 110110 1001000 1011 101010

Color Harmonies of #71765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71765E

Black with #71765E

Text Example


Text Example

White with #71765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71765E; }

 p { color: rgb(113,118,94); }

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

background-color css

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

 a { background-color: rgb(113,118,94); }

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

border-color css

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

 span { border-color: rgb(113,118,94); }

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