Html Css Color HEX #7E865F Finch

📋 copy color: '#7E865F'

red 126 ◦ green 134 ◦ blue 95

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

Shades of Finch #7E865F

Tints of Finch #7E865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 35.49%
G = 37.75%
B = 26.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#7E865F (or 0x7E865F) is known color: Finch. HEX triplet: 7E, 86 and 5F. RGB value is (126,134,95). Sum of RGB (Red+Green+Blue) = 126+134+95=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #7E865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E865F is #8179A0. Grayscale: #7F7F7F. Windows color (decimal): -8485281 or 6260350. OLE color: 6260350.

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

Color convert

RGB 126 134 95 -
CMYK 0.06 0 0.29 0.47
HSL 72.31º 0.17% 0.45% -
HSV(B) 72.31º 0.29% 0.53% -
XYZ 19.19 22.31 14.12 -
YUV 127.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 126 134 95 0.06 0 0.29 0.47 72.31 0.17 0.45
Hex 7E 86 5F 6 0 1D 2F 48 11 2D
Octal 176 206 137 6 0 35 57 110 21 55
Binary 1111110 10000110 1011111 110 0 11101 101111 1001000 10001 101101

Color Harmonies of #7E865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E865F

Black with #7E865F

Text Example


Text Example

White with #7E865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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