Html Css Color HEX #7D814A Finch

📋 copy color: '#7D814A'

red 125 ◦ green 129 ◦ blue 74

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

Shades of Finch #7D814A

Tints of Finch #7D814A

RGB

 RED value IS 125 (49.22% from 255) = 38.11%

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 38.11%
G = 39.33%
B = 22.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#7D814A (or 0x7D814A) is known color: Finch. HEX triplet: 7D, 81 and 4A. RGB value is (125,129,74). Sum of RGB (Red+Green+Blue) = 125+129+74=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #7D814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D814A is #827EB5. Grayscale: #797979. Windows color (decimal): -8552118 or 4882813. OLE color: 4882813.

HSL color Cylindrical-coordinate representation of color #7D814A: hue angle of 64.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D814A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 129 74 -
CMYK 0.03 0 0.43 0.49
HSL 64.36º 0.27% 0.4% -
HSV(B) 64.36º 0.43% 0.51% -
XYZ 17.54 20.55 9.52 -
YUV 121.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 125 129 74 0.03 0 0.43 0.49 64.36 0.27 0.4
Hex 7D 81 4A 3 0 2B 31 40 1B 28
Octal 175 201 112 3 0 53 61 100 33 50
Binary 1111101 10000001 1001010 11 0 101011 110001 1000000 11011 101000

Color Harmonies of #7D814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D814A

Black with #7D814A

Text Example


Text Example

White with #7D814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D814A; }

 p { color: rgb(125,129,74); }

 H1.HeaderClassName
 {
   color: #7D814A;
 }
 .AnyTagClassName
 {
   color: #7D814A;
 }
</style>

background-color css

<style>
 a { background-color: #7D814A; }

 a { background-color: rgb(125,129,74); }

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

border-color css

<style>
 span { border-color: #7D814A; }

 span { border-color: rgb(125,129,74); }

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