Html Css Color HEX #71775A Finch

📋 copy color: '#71775A'

red 113 ◦ green 119 ◦ blue 90

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

Shades of Finch #71775A

Tints of Finch #71775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 35.09%
G = 36.96%
B = 27.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#71775A (or 0x71775A) is known color: Finch. HEX triplet: 71, 77 and 5A. RGB value is (113,119,90). Sum of RGB (Red+Green+Blue) = 113+119+90=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #71775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775A is #8E88A5. Grayscale: #727272. Windows color (decimal): -9341094 or 5928817. OLE color: 5928817.

HSL color Cylindrical-coordinate representation of color #71775A: hue angle of 72.41º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71775A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 90 -
CMYK 0.05 0 0.24 0.53
HSL 72.41º 0.14% 0.41% -
HSV(B) 72.41º 0.24% 0.47% -
XYZ 15.25 17.44 12.24 -
YUV 113.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 113 119 90 0.05 0 0.24 0.53 72.41 0.14 0.41
Hex 71 77 5A 5 0 18 35 48 E 29
Octal 161 167 132 5 0 30 65 110 16 51
Binary 1110001 1110111 1011010 101 0 11000 110101 1001000 1110 101001

Color Harmonies of #71775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71775A

Black with #71775A

Text Example


Text Example

White with #71775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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