Html Css Color HEX #7A845E Finch

📋 copy color: '#7A845E'

red 122 ◦ green 132 ◦ blue 94

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

Shades of Finch #7A845E

Tints of Finch #7A845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 35.06%
G = 37.93%
B = 27.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#7A845E (or 0x7A845E) is known color: Finch. HEX triplet: 7A, 84 and 5E. RGB value is (122,132,94). Sum of RGB (Red+Green+Blue) = 122+132+94=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #7A845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A845E is #857BA1. Grayscale: #7C7C7C. Windows color (decimal): -8747938 or 6194298. OLE color: 6194298.

HSL color Cylindrical-coordinate representation of color #7A845E: hue angle of 75.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A845E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 132 94 -
CMYK 0.08 0 0.29 0.48
HSL 75.79º 0.17% 0.44% -
HSV(B) 75.79º 0.29% 0.52% -
XYZ 18.3 21.45 13.77 -
YUV 124.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 122 132 94 0.08 0 0.29 0.48 75.79 0.17 0.44
Hex 7A 84 5E 8 0 1D 30 4C 11 2C
Octal 172 204 136 10 0 35 60 114 21 54
Binary 1111010 10000100 1011110 1000 0 11101 110000 1001100 10001 101100

Color Harmonies of #7A845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A845E

Black with #7A845E

Text Example


Text Example

White with #7A845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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