Html Css Color HEX #7A8656 Finch

📋 copy color: '#7A8656'

red 122 ◦ green 134 ◦ blue 86

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

Shades of Finch #7A8656

Tints of Finch #7A8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 35.67%
G = 39.18%
B = 25.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#7A8656 (or 0x7A8656) is known color: Finch. HEX triplet: 7A, 86 and 56. RGB value is (122,134,86). Sum of RGB (Red+Green+Blue) = 122+134+86=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8656 is #8579A9. Grayscale: #7D7D7D. Windows color (decimal): -8747434 or 5670522. OLE color: 5670522.

HSL color Cylindrical-coordinate representation of color #7A8656: hue angle of 75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A8656 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 134 86 -
CMYK 0.09 0 0.36 0.47
HSL 75º 0.22% 0.43% -
HSV(B) 75º 0.36% 0.53% -
XYZ 18.23 21.86 12.06 -
YUV 124.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 122 134 86 0.09 0 0.36 0.47 75 0.22 0.43
Hex 7A 86 56 9 0 24 2F 4B 16 2B
Octal 172 206 126 11 0 44 57 113 26 53
Binary 1111010 10000110 1010110 1001 0 100100 101111 1001011 10110 101011

Color Harmonies of #7A8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8656

Black with #7A8656

Text Example


Text Example

White with #7A8656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,134,86); }

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

background-color css

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

 a { background-color: rgb(122,134,86); }

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

border-color css

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

 span { border-color: rgb(122,134,86); }

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