Html Css Color HEX #7A825C Finch

📋 copy color: '#7A825C'

red 122 ◦ green 130 ◦ blue 92

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

Shades of Finch #7A825C

Tints of Finch #7A825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 35.47%
G = 37.79%
B = 26.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#7A825C (or 0x7A825C) is known color: Finch. HEX triplet: 7A, 82 and 5C. RGB value is (122,130,92). Sum of RGB (Red+Green+Blue) = 122+130+92=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #7A825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A825C is #857DA3. Grayscale: #7B7B7B. Windows color (decimal): -8748452 or 6062714. OLE color: 6062714.

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

Color convert

RGB 122 130 92 -
CMYK 0.06 0 0.29 0.49
HSL 72.63º 0.17% 0.44% -
HSV(B) 72.63º 0.29% 0.51% -
XYZ 17.94 20.88 13.21 -
YUV 123.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 122 130 92 0.06 0 0.29 0.49 72.63 0.17 0.44
Hex 7A 82 5C 6 0 1D 31 49 11 2C
Octal 172 202 134 6 0 35 61 111 21 54
Binary 1111010 10000010 1011100 110 0 11101 110001 1001001 10001 101100

Color Harmonies of #7A825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A825C

Black with #7A825C

Text Example


Text Example

White with #7A825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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