Html Css Color HEX #7A7D4D Finch

📋 copy color: '#7A7D4D'

red 122 ◦ green 125 ◦ blue 77

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

Shades of Finch #7A7D4D

Tints of Finch #7A7D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.58%

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

R = 37.65%
G = 38.58%
B = 23.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7A7D4D (or 0x7A7D4D) is known color: Finch. HEX triplet: 7A, 7D and 4D. RGB value is (122,125,77). Sum of RGB (Red+Green+Blue) = 122+125+77=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D4D is #8582B2. Grayscale: #767676. Windows color (decimal): -8749747 or 5078394. OLE color: 5078394.

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

Color convert

RGB 122 125 77 -
CMYK 0.02 0 0.38 0.51
HSL 63.75º 0.24% 0.4% -
HSV(B) 63.75º 0.38% 0.49% -
XYZ 16.7 19.34 9.87 -
YUV 118.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 122 125 77 0.02 0 0.38 0.51 63.75 0.24 0.4
Hex 7A 7D 4D 2 0 26 33 40 18 28
Octal 172 175 115 2 0 46 63 100 30 50
Binary 1111010 1111101 1001101 10 0 100110 110011 1000000 11000 101000

Color Harmonies of #7A7D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7D4D

Black with #7A7D4D

Text Example


Text Example

White with #7A7D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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