Html Css Color HEX #71814E Finch

📋 copy color: '#71814E'

red 113 ◦ green 129 ◦ blue 78

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

Shades of Finch #71814E

Tints of Finch #71814E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 35.31%
G = 40.31%
B = 24.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#71814E (or 0x71814E) is known color: Finch. HEX triplet: 71, 81 and 4E. RGB value is (113,129,78). Sum of RGB (Red+Green+Blue) = 113+129+78=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #71814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71814E is #8E7EB1. Grayscale: #767676. Windows color (decimal): -9338546 or 5144945. OLE color: 5144945.

HSL color Cylindrical-coordinate representation of color #71814E: hue angle of 78.82º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71814E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 78 -
CMYK 0.12 0 0.40 0.49
HSL 78.82º 0.25% 0.41% -
HSV(B) 78.82º 0.4% 0.51% -
XYZ 16.04 19.76 10.18 -
YUV 118.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 113 129 78 0.12 0 0.40 0.49 78.82 0.25 0.41
Hex 71 81 4E C 0 28 31 4F 19 29
Octal 161 201 116 14 0 50 61 117 31 51
Binary 1110001 10000001 1001110 1100 0 101000 110001 1001111 11001 101001

Color Harmonies of #71814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71814E

Black with #71814E

Text Example


Text Example

White with #71814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71814E; }

 p { color: rgb(113,129,78); }

 H1.HeaderClassName
 {
   color: #71814E;
 }
 .AnyTagClassName
 {
   color: #71814E;
 }
</style>

background-color css

<style>
 a { background-color: #71814E; }

 a { background-color: rgb(113,129,78); }

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

border-color css

<style>
 span { border-color: #71814E; }

 span { border-color: rgb(113,129,78); }

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