Html Css Color HEX #71824C Finch

📋 copy color: '#71824C'

red 113 ◦ green 130 ◦ blue 76

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

Shades of Finch #71824C

Tints of Finch #71824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 35.42%
G = 40.75%
B = 23.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#71824C (or 0x71824C) is known color: Finch. HEX triplet: 71, 82 and 4C. RGB value is (113,130,76). Sum of RGB (Red+Green+Blue) = 113+130+76=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #71824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71824C is #8E7DB3. Grayscale: #767676. Windows color (decimal): -9338292 or 5014129. OLE color: 5014129.

HSL color Cylindrical-coordinate representation of color #71824C: hue angle of 78.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71824C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 76 -
CMYK 0.13 0 0.42 0.49
HSL 78.89º 0.26% 0.4% -
HSV(B) 78.89º 0.42% 0.51% -
XYZ 16.1 20 9.85 -
YUV 118.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 113 130 76 0.13 0 0.42 0.49 78.89 0.26 0.4
Hex 71 82 4C D 0 2A 31 4F 1A 28
Octal 161 202 114 15 0 52 61 117 32 50
Binary 1110001 10000010 1001100 1101 0 101010 110001 1001111 11010 101000

Color Harmonies of #71824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71824C

Black with #71824C

Text Example


Text Example

White with #71824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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