Html Css Color HEX #7A8162 Finch

📋 copy color: '#7A8162'

red 122 ◦ green 129 ◦ blue 98

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

Shades of Finch #7A8162

Tints of Finch #7A8162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 34.96%
G = 36.96%
B = 28.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#7A8162 (or 0x7A8162) is known color: Finch. HEX triplet: 7A, 81 and 62. RGB value is (122,129,98). Sum of RGB (Red+Green+Blue) = 122+129+98=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8162 is #857E9D. Grayscale: #7B7B7B. Windows color (decimal): -8748702 or 6455674. OLE color: 6455674.

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

Color convert

RGB 122 129 98 -
CMYK 0.05 0 0.24 0.49
HSL 73.55º 0.14% 0.45% -
HSV(B) 73.55º 0.24% 0.51% -
XYZ 18.08 20.72 14.6 -
YUV 123.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 122 129 98 0.05 0 0.24 0.49 73.55 0.14 0.45
Hex 7A 81 62 5 0 18 31 4A E 2D
Octal 172 201 142 5 0 30 61 112 16 55
Binary 1111010 10000001 1100010 101 0 11000 110001 1001010 1110 101101

Color Harmonies of #7A8162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8162

Black with #7A8162

Text Example


Text Example

White with #7A8162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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