Html Css Color HEX #7E895A Finch

📋 copy color: '#7E895A'

red 126 ◦ green 137 ◦ blue 90

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

Shades of Finch #7E895A

Tints of Finch #7E895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 35.69%
G = 38.81%
B = 25.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#7E895A (or 0x7E895A) is known color: Finch. HEX triplet: 7E, 89 and 5A. RGB value is (126,137,90). Sum of RGB (Red+Green+Blue) = 126+137+90=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #7E895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E895A is #8176A5. Grayscale: #808080. Windows color (decimal): -8484518 or 5933438. OLE color: 5933438.

HSL color Cylindrical-coordinate representation of color #7E895A: hue angle of 74.04º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E895A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 137 90 -
CMYK 0.08 0 0.34 0.46
HSL 74.04º 0.21% 0.45% -
HSV(B) 74.04º 0.34% 0.54% -
XYZ 19.4 23.07 13.1 -
YUV 128.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 126 137 90 0.08 0 0.34 0.46 74.04 0.21 0.45
Hex 7E 89 5A 8 0 22 2E 4A 15 2D
Octal 176 211 132 10 0 42 56 112 25 55
Binary 1111110 10001001 1011010 1000 0 100010 101110 1001010 10101 101101

Color Harmonies of #7E895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E895A

Black with #7E895A

Text Example


Text Example

White with #7E895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,90); }

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

background-color css

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

 a { background-color: rgb(126,137,90); }

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

border-color css

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

 span { border-color: rgb(126,137,90); }

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