Html Css Color HEX #7A824D Finch

📋 copy color: '#7A824D'

red 122 ◦ green 130 ◦ blue 77

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

Shades of Finch #7A824D

Tints of Finch #7A824D

RGB

 RED value IS 122 (48.05% from 255) = 37.08%

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 37.08%
G = 39.51%
B = 23.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#7A824D (or 0x7A824D) is known color: Finch. HEX triplet: 7A, 82 and 4D. RGB value is (122,130,77). Sum of RGB (Red+Green+Blue) = 122+130+77=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #7A824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A824D is #857DB2. Grayscale: #797979. Windows color (decimal): -8748467 or 5079674. OLE color: 5079674.

HSL color Cylindrical-coordinate representation of color #7A824D: hue angle of 69.06º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A824D is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 77 -
CMYK 0.06 0 0.41 0.49
HSL 69.06º 0.26% 0.41% -
HSV(B) 69.06º 0.41% 0.51% -
XYZ 17.35 20.64 10.09 -
YUV 121.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 122 130 77 0.06 0 0.41 0.49 69.06 0.26 0.41
Hex 7A 82 4D 6 0 29 31 45 1A 29
Octal 172 202 115 6 0 51 61 105 32 51
Binary 1111010 10000010 1001101 110 0 101001 110001 1000101 11010 101001

Color Harmonies of #7A824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A824D

Black with #7A824D

Text Example


Text Example

White with #7A824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,77); }

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

background-color css

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

 a { background-color: rgb(122,130,77); }

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

border-color css

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

 span { border-color: rgb(122,130,77); }

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