Html Css Color HEX #7A8361 Finch

📋 copy color: '#7A8361'

red 122 ◦ green 131 ◦ blue 97

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

Shades of Finch #7A8361

Tints of Finch #7A8361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 34.86%
G = 37.43%
B = 27.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#7A8361 (or 0x7A8361) is known color: Finch. HEX triplet: 7A, 83 and 61. RGB value is (122,131,97). Sum of RGB (Red+Green+Blue) = 122+131+97=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8361 is #857C9E. Grayscale: #7C7C7C. Windows color (decimal): -8748191 or 6390650. OLE color: 6390650.

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

Color convert

RGB 122 131 97 -
CMYK 0.07 0 0.26 0.49
HSL 75.88º 0.15% 0.45% -
HSV(B) 75.88º 0.26% 0.51% -
XYZ 18.3 21.23 14.44 -
YUV 124.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 122 131 97 0.07 0 0.26 0.49 75.88 0.15 0.45
Hex 7A 83 61 7 0 1A 31 4C F 2D
Octal 172 203 141 7 0 32 61 114 17 55
Binary 1111010 10000011 1100001 111 0 11010 110001 1001100 1111 101101

Color Harmonies of #7A8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8361

Black with #7A8361

Text Example


Text Example

White with #7A8361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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