Html Css Color HEX #7E865B Finch

📋 copy color: '#7E865B'

red 126 ◦ green 134 ◦ blue 91

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

Shades of Finch #7E865B

Tints of Finch #7E865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 35.9%
G = 38.18%
B = 25.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#7E865B (or 0x7E865B) is known color: Finch. HEX triplet: 7E, 86 and 5B. RGB value is (126,134,91). Sum of RGB (Red+Green+Blue) = 126+134+91=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #7E865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E865B is #8179A4. Grayscale: #7E7E7E. Windows color (decimal): -8485285 or 5998206. OLE color: 5998206.

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

Color convert

RGB 126 134 91 -
CMYK 0.06 0 0.32 0.47
HSL 71.16º 0.19% 0.44% -
HSV(B) 71.16º 0.32% 0.53% -
XYZ 19.02 22.24 13.19 -
YUV 126.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 126 134 91 0.06 0 0.32 0.47 71.16 0.19 0.44
Hex 7E 86 5B 6 0 20 2F 47 13 2C
Octal 176 206 133 6 0 40 57 107 23 54
Binary 1111110 10000110 1011011 110 0 100000 101111 1000111 10011 101100

Color Harmonies of #7E865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E865B

Black with #7E865B

Text Example


Text Example

White with #7E865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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