Html Css Color HEX #71774D Finch

📋 copy color: '#71774D'

red 113 ◦ green 119 ◦ blue 77

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

Shades of Finch #71774D

Tints of Finch #71774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 36.57%
G = 38.51%
B = 24.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#71774D (or 0x71774D) is known color: Finch. HEX triplet: 71, 77 and 4D. RGB value is (113,119,77). Sum of RGB (Red+Green+Blue) = 113+119+77=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #71774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71774D is #8E88B2. Grayscale: #707070. Windows color (decimal): -9341107 or 5076849. OLE color: 5076849.

HSL color Cylindrical-coordinate representation of color #71774D: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71774D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 77 -
CMYK 0.05 0 0.35 0.53
HSL 68.57º 0.21% 0.38% -
HSV(B) 68.57º 0.35% 0.47% -
XYZ 14.75 17.24 9.57 -
YUV 112.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 113 119 77 0.05 0 0.35 0.53 68.57 0.21 0.38
Hex 71 77 4D 5 0 23 35 45 15 26
Octal 161 167 115 5 0 43 65 105 25 46
Binary 1110001 1110111 1001101 101 0 100011 110101 1000101 10101 100110

Color Harmonies of #71774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71774D

Black with #71774D

Text Example


Text Example

White with #71774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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