Html Css Color HEX #71775B Finch

📋 copy color: '#71775B'

red 113 ◦ green 119 ◦ blue 91

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

Shades of Finch #71775B

Tints of Finch #71775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 34.98%
G = 36.84%
B = 28.17%

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

#71775B (or 0x71775B) is known color: Finch. HEX triplet: 71, 77 and 5B. RGB value is (113,119,91). Sum of RGB (Red+Green+Blue) = 113+119+91=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #71775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71775B is #8E88A4. Grayscale: #727272. Windows color (decimal): -9341093 or 5994353. OLE color: 5994353.

HSL color Cylindrical-coordinate representation of color #71775B: hue angle of 72.86º degrees, saturation: 0.13, 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 #71775B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 91 -
CMYK 0.05 0 0.24 0.53
HSL 72.86º 0.13% 0.41% -
HSV(B) 72.86º 0.24% 0.47% -
XYZ 15.3 17.46 12.46 -
YUV 114.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 113 119 91 0.05 0 0.24 0.53 72.86 0.13 0.41
Hex 71 77 5B 5 0 18 35 49 D 29
Octal 161 167 133 5 0 30 65 111 15 51
Binary 1110001 1110111 1011011 101 0 11000 110101 1001001 1101 101001

Color Harmonies of #71775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71775B

Black with #71775B

Text Example


Text Example

White with #71775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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