Html Css Color HEX #7A805E Finch

📋 copy color: '#7A805E'

red 122 ◦ green 128 ◦ blue 94

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

Shades of Finch #7A805E

Tints of Finch #7A805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 35.47%
G = 37.21%
B = 27.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7A805E (or 0x7A805E) is known color: Finch. HEX triplet: 7A, 80 and 5E. RGB value is (122,128,94). Sum of RGB (Red+Green+Blue) = 122+128+94=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #7A805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A805E is #857FA1. Grayscale: #7A7A7A. Windows color (decimal): -8748962 or 6193274. OLE color: 6193274.

HSL color Cylindrical-coordinate representation of color #7A805E: hue angle of 70.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A805E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 128 94 -
CMYK 0.05 0 0.27 0.50
HSL 70.59º 0.15% 0.44% -
HSV(B) 70.59º 0.27% 0.5% -
XYZ 17.77 20.38 13.59 -
YUV 122.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 122 128 94 0.05 0 0.27 0.50 70.59 0.15 0.44
Hex 7A 80 5E 5 0 1B 32 47 F 2C
Octal 172 200 136 5 0 33 62 107 17 54
Binary 1111010 10000000 1011110 101 0 11011 110010 1000111 1111 101100

Color Harmonies of #7A805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A805E

Black with #7A805E

Text Example


Text Example

White with #7A805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,128,94); }

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

background-color css

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

 a { background-color: rgb(122,128,94); }

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

border-color css

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

 span { border-color: rgb(122,128,94); }

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