Html Css Color HEX #7A845A Finch

📋 copy color: '#7A845A'

red 122 ◦ green 132 ◦ blue 90

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

Shades of Finch #7A845A

Tints of Finch #7A845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 35.47%
G = 38.37%
B = 26.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#7A845A (or 0x7A845A) is known color: Finch. HEX triplet: 7A, 84 and 5A. RGB value is (122,132,90). Sum of RGB (Red+Green+Blue) = 122+132+90=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #7A845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A845A is #857BA5. Grayscale: #7C7C7C. Windows color (decimal): -8747942 or 5932154. OLE color: 5932154.

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

Color convert

RGB 122 132 90 -
CMYK 0.08 0 0.32 0.48
HSL 74.29º 0.19% 0.44% -
HSV(B) 74.29º 0.32% 0.52% -
XYZ 18.12 21.38 12.84 -
YUV 124.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 122 132 90 0.08 0 0.32 0.48 74.29 0.19 0.44
Hex 7A 84 5A 8 0 20 30 4A 13 2C
Octal 172 204 132 10 0 40 60 112 23 54
Binary 1111010 10000100 1011010 1000 0 100000 110000 1001010 10011 101100

Color Harmonies of #7A845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A845A

Black with #7A845A

Text Example


Text Example

White with #7A845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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