Html Css Color HEX #71795A Finch

📋 copy color: '#71795A'

red 113 ◦ green 121 ◦ blue 90

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

Shades of Finch #71795A

Tints of Finch #71795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 34.88%
G = 37.35%
B = 27.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#71795A (or 0x71795A) is known color: Finch. HEX triplet: 71, 79 and 5A. RGB value is (113,121,90). Sum of RGB (Red+Green+Blue) = 113+121+90=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #71795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71795A is #8E86A5. Grayscale: #737373. Windows color (decimal): -9340582 or 5929329. OLE color: 5929329.

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

Color convert

RGB 113 121 90 -
CMYK 0.07 0 0.26 0.53
HSL 75.48º 0.15% 0.41% -
HSV(B) 75.48º 0.26% 0.47% -
XYZ 15.49 17.92 12.32 -
YUV 115.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 113 121 90 0.07 0 0.26 0.53 75.48 0.15 0.41
Hex 71 79 5A 7 0 1A 35 4B F 29
Octal 161 171 132 7 0 32 65 113 17 51
Binary 1110001 1111001 1011010 111 0 11010 110101 1001011 1111 101001

Color Harmonies of #71795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71795A

Black with #71795A

Text Example


Text Example

White with #71795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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