Html Css Color HEX #7E8660 Finch

📋 copy color: '#7E8660'

red 126 ◦ green 134 ◦ blue 96

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

Shades of Finch #7E8660

Tints of Finch #7E8660

RGB

 RED value IS 126 (49.61% from 255) = 35.39%

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 35.39%
G = 37.64%
B = 26.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#7E8660 (or 0x7E8660) is known color: Finch. HEX triplet: 7E, 86 and 60. RGB value is (126,134,96). Sum of RGB (Red+Green+Blue) = 126+134+96=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8660 is #81799F. Grayscale: #7F7F7F. Windows color (decimal): -8485280 or 6325886. OLE color: 6325886.

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

Color convert

RGB 126 134 96 -
CMYK 0.06 0 0.28 0.47
HSL 72.63º 0.17% 0.45% -
HSV(B) 72.63º 0.28% 0.53% -
XYZ 19.24 22.33 14.36 -
YUV 127.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 126 134 96 0.06 0 0.28 0.47 72.63 0.17 0.45
Hex 7E 86 60 6 0 1C 2F 49 11 2D
Octal 176 206 140 6 0 34 57 111 21 55
Binary 1111110 10000110 1100000 110 0 11100 101111 1001001 10001 101101

Color Harmonies of #7E8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8660

Black with #7E8660

Text Example


Text Example

White with #7E8660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,134,96); }

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

background-color css

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

 a { background-color: rgb(126,134,96); }

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

border-color css

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

 span { border-color: rgb(126,134,96); }

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