Html Css Color HEX #7A7C41 Finch

📋 copy color: '#7A7C41'

red 122 ◦ green 124 ◦ blue 65

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

Shades of Finch #7A7C41

Tints of Finch #7A7C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 39.23%
G = 39.87%
B = 20.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7A7C41 (or 0x7A7C41) is known color: Finch. HEX triplet: 7A, 7C and 41. RGB value is (122,124,65). Sum of RGB (Red+Green+Blue) = 122+124+65=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7C41 is #8583BE. Grayscale: #747474. Windows color (decimal): -8750015 or 4291706. OLE color: 4291706.

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

Color convert

RGB 122 124 65 -
CMYK 0.02 0 0.48 0.51
HSL 62.03º 0.31% 0.37% -
HSV(B) 62.03º 0.48% 0.49% -
XYZ 16.19 18.93 7.8 -
YUV 116.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 122 124 65 0.02 0 0.48 0.51 62.03 0.31 0.37
Hex 7A 7C 41 2 0 30 33 3E 1F 25
Octal 172 174 101 2 0 60 63 76 37 45
Binary 1111010 1111100 1000001 10 0 110000 110011 111110 11111 100101

Color Harmonies of #7A7C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7C41

Black with #7A7C41

Text Example


Text Example

White with #7A7C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,124,65); }

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

background-color css

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

 a { background-color: rgb(122,124,65); }

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

border-color css

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

 span { border-color: rgb(122,124,65); }

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