Html Css Color HEX #71804C Finch

📋 copy color: '#71804C'

red 113 ◦ green 128 ◦ blue 76

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

Shades of Finch #71804C

Tints of Finch #71804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 35.65%
G = 40.38%
B = 23.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#71804C (or 0x71804C) is known color: Finch. HEX triplet: 71, 80 and 4C. RGB value is (113,128,76). Sum of RGB (Red+Green+Blue) = 113+128+76=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #71804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71804C is #8E7FB3. Grayscale: #757575. Windows color (decimal): -9338804 or 5013617. OLE color: 5013617.

HSL color Cylindrical-coordinate representation of color #71804C: hue angle of 77.31º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71804C is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 76 -
CMYK 0.12 0 0.41 0.50
HSL 77.31º 0.25% 0.4% -
HSV(B) 77.31º 0.41% 0.5% -
XYZ 15.83 19.47 9.76 -
YUV 117.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 113 128 76 0.12 0 0.41 0.50 77.31 0.25 0.4
Hex 71 80 4C C 0 29 32 4D 19 28
Octal 161 200 114 14 0 51 62 115 31 50
Binary 1110001 10000000 1001100 1100 0 101001 110010 1001101 11001 101000

Color Harmonies of #71804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71804C

Black with #71804C

Text Example


Text Example

White with #71804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71804C; }

 p { color: rgb(113,128,76); }

 H1.HeaderClassName
 {
   color: #71804C;
 }
 .AnyTagClassName
 {
   color: #71804C;
 }
</style>

background-color css

<style>
 a { background-color: #71804C; }

 a { background-color: rgb(113,128,76); }

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

border-color css

<style>
 span { border-color: #71804C; }

 span { border-color: rgb(113,128,76); }

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