Html Css Color HEX #7A824F Finch

📋 copy color: '#7A824F'

red 122 ◦ green 130 ◦ blue 79

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

Shades of Finch #7A824F

Tints of Finch #7A824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 36.86%
G = 39.27%
B = 23.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#7A824F (or 0x7A824F) is known color: Finch. HEX triplet: 7A, 82 and 4F. RGB value is (122,130,79). Sum of RGB (Red+Green+Blue) = 122+130+79=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #7A824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A824F is #857DB0. Grayscale: #797979. Windows color (decimal): -8748465 or 5210746. OLE color: 5210746.

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

Color convert

RGB 122 130 79 -
CMYK 0.06 0 0.39 0.49
HSL 69.41º 0.24% 0.41% -
HSV(B) 69.41º 0.39% 0.51% -
XYZ 17.42 20.67 10.47 -
YUV 121.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 122 130 79 0.06 0 0.39 0.49 69.41 0.24 0.41
Hex 7A 82 4F 6 0 27 31 45 18 29
Octal 172 202 117 6 0 47 61 105 30 51
Binary 1111010 10000010 1001111 110 0 100111 110001 1000101 11000 101001

Color Harmonies of #7A824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A824F

Black with #7A824F

Text Example


Text Example

White with #7A824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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