Html Css Color HEX #7E845E Finch

📋 copy color: '#7E845E'

red 126 ◦ green 132 ◦ blue 94

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

Shades of Finch #7E845E

Tints of Finch #7E845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 35.8%
G = 37.5%
B = 26.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#7E845E (or 0x7E845E) is known color: Finch. HEX triplet: 7E, 84 and 5E. RGB value is (126,132,94). Sum of RGB (Red+Green+Blue) = 126+132+94=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #7E845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E845E is #817BA1. Grayscale: #7E7E7E. Windows color (decimal): -8485794 or 6194302. OLE color: 6194302.

HSL color Cylindrical-coordinate representation of color #7E845E: hue angle of 69.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E845E is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 132 94 -
CMYK 0.05 0 0.29 0.48
HSL 69.47º 0.17% 0.44% -
HSV(B) 69.47º 0.29% 0.52% -
XYZ 18.88 21.75 13.79 -
YUV 125.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 126 132 94 0.05 0 0.29 0.48 69.47 0.17 0.44
Hex 7E 84 5E 5 0 1D 30 45 11 2C
Octal 176 204 136 5 0 35 60 105 21 54
Binary 1111110 10000100 1011110 101 0 11101 110000 1000101 10001 101100

Color Harmonies of #7E845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E845E

Black with #7E845E

Text Example


Text Example

White with #7E845E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,132,94); }

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

background-color css

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

 a { background-color: rgb(126,132,94); }

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

border-color css

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

 span { border-color: rgb(126,132,94); }

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