Html Css Color HEX #7E865D Finch

📋 copy color: '#7E865D'

red 126 ◦ green 134 ◦ blue 93

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

Shades of Finch #7E865D

Tints of Finch #7E865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 35.69%
G = 37.96%
B = 26.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#7E865D (or 0x7E865D) is known color: Finch. HEX triplet: 7E, 86 and 5D. RGB value is (126,134,93). Sum of RGB (Red+Green+Blue) = 126+134+93=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #7E865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E865D is #8179A2. Grayscale: #7F7F7F. Windows color (decimal): -8485283 or 6129278. OLE color: 6129278.

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

Color convert

RGB 126 134 93 -
CMYK 0.06 0 0.31 0.47
HSL 71.71º 0.18% 0.45% -
HSV(B) 71.71º 0.31% 0.53% -
XYZ 19.11 22.28 13.65 -
YUV 126.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 126 134 93 0.06 0 0.31 0.47 71.71 0.18 0.45
Hex 7E 86 5D 6 0 1F 2F 48 12 2D
Octal 176 206 135 6 0 37 57 110 22 55
Binary 1111110 10000110 1011101 110 0 11111 101111 1001000 10010 101101

Color Harmonies of #7E865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E865D

Black with #7E865D

Text Example


Text Example

White with #7E865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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