Html Css Color HEX #7E855E Finch

📋 copy color: '#7E855E'

red 126 ◦ green 133 ◦ blue 94

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

Shades of Finch #7E855E

Tints of Finch #7E855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

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

R = 35.69%
G = 37.68%
B = 26.63%

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

#7E855E (or 0x7E855E) is known color: Finch. HEX triplet: 7E, 85 and 5E. RGB value is (126,133,94). Sum of RGB (Red+Green+Blue) = 126+133+94=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #7E855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E855E is #817AA1. Grayscale: #7E7E7E. Windows color (decimal): -8485538 or 6194558. OLE color: 6194558.

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

Color convert

RGB 126 133 94 -
CMYK 0.05 0 0.29 0.48
HSL 70.77º 0.17% 0.45% -
HSV(B) 70.77º 0.29% 0.52% -
XYZ 19.01 22.02 13.84 -
YUV 126.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 126 133 94 0.05 0 0.29 0.48 70.77 0.17 0.45
Hex 7E 85 5E 5 0 1D 30 47 11 2D
Octal 176 205 136 5 0 35 60 107 21 55
Binary 1111110 10000101 1011110 101 0 11101 110000 1000111 10001 101101

Color Harmonies of #7E855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E855E

Black with #7E855E

Text Example


Text Example

White with #7E855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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