Html Css Color HEX #7A7E62 Finch

📋 copy color: '#7A7E62'

red 122 ◦ green 126 ◦ blue 98

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

Shades of Finch #7A7E62

Tints of Finch #7A7E62

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 35.26%
G = 36.42%
B = 28.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7A7E62 (or 0x7A7E62) is known color: Finch. HEX triplet: 7A, 7E and 62. RGB value is (122,126,98). Sum of RGB (Red+Green+Blue) = 122+126+98=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7E62 is #85819D. Grayscale: #797979. Windows color (decimal): -8749470 or 6454906. OLE color: 6454906.

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

Color convert

RGB 122 126 98 -
CMYK 0.03 0 0.22 0.51
HSL 68.57º 0.13% 0.44% -
HSV(B) 68.57º 0.22% 0.49% -
XYZ 17.69 19.94 14.47 -
YUV 121.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 122 126 98 0.03 0 0.22 0.51 68.57 0.13 0.44
Hex 7A 7E 62 3 0 16 33 45 C 2C
Octal 172 176 142 3 0 26 63 105 14 54
Binary 1111010 1111110 1100010 11 0 10110 110011 1000101 1100 101100

Color Harmonies of #7A7E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7E62

Black with #7A7E62

Text Example


Text Example

White with #7A7E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,126,98); }

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

background-color css

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

 a { background-color: rgb(122,126,98); }

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

border-color css

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

 span { border-color: rgb(122,126,98); }

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