Html Css Color HEX #7A825A Finch

📋 copy color: '#7A825A'

red 122 ◦ green 130 ◦ blue 90

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

Shades of Finch #7A825A

Tints of Finch #7A825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 35.67%
G = 38.01%
B = 26.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#7A825A (or 0x7A825A) is known color: Finch. HEX triplet: 7A, 82 and 5A. RGB value is (122,130,90). Sum of RGB (Red+Green+Blue) = 122+130+90=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #7A825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A825A is #857DA5. Grayscale: #7B7B7B. Windows color (decimal): -8748454 or 5931642. OLE color: 5931642.

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

Color convert

RGB 122 130 90 -
CMYK 0.06 0 0.31 0.49
HSL 72º 0.18% 0.43% -
HSV(B) 72º 0.31% 0.51% -
XYZ 17.85 20.84 12.75 -
YUV 123.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 122 130 90 0.06 0 0.31 0.49 72 0.18 0.43
Hex 7A 82 5A 6 0 1F 31 48 12 2B
Octal 172 202 132 6 0 37 61 110 22 53
Binary 1111010 10000010 1011010 110 0 11111 110001 1001000 10010 101011

Color Harmonies of #7A825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A825A

Black with #7A825A

Text Example


Text Example

White with #7A825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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