Html Css Color HEX #7A8161 Finch

📋 copy color: '#7A8161'

red 122 ◦ green 129 ◦ blue 97

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

Shades of Finch #7A8161

Tints of Finch #7A8161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 35.06%
G = 37.07%
B = 27.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#7A8161 (or 0x7A8161) is known color: Finch. HEX triplet: 7A, 81 and 61. RGB value is (122,129,97). Sum of RGB (Red+Green+Blue) = 122+129+97=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8161 is #857E9E. Grayscale: #7B7B7B. Windows color (decimal): -8748703 or 6390138. OLE color: 6390138.

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

Color convert

RGB 122 129 97 -
CMYK 0.05 0 0.25 0.49
HSL 73.13º 0.14% 0.44% -
HSV(B) 73.13º 0.25% 0.51% -
XYZ 18.03 20.7 14.35 -
YUV 123.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 122 129 97 0.05 0 0.25 0.49 73.13 0.14 0.44
Hex 7A 81 61 5 0 19 31 49 E 2C
Octal 172 201 141 5 0 31 61 111 16 54
Binary 1111010 10000001 1100001 101 0 11001 110001 1001001 1110 101100

Color Harmonies of #7A8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8161

Black with #7A8161

Text Example


Text Example

White with #7A8161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,97); }

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

background-color css

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

 a { background-color: rgb(122,129,97); }

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

border-color css

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

 span { border-color: rgb(122,129,97); }

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