Html Css Color HEX #7E895E Finch

📋 copy color: '#7E895E'

red 126 ◦ green 137 ◦ blue 94

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

Shades of Finch #7E895E

Tints of Finch #7E895E

RGB

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

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

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

R = 35.29%
G = 38.38%
B = 26.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#7E895E (or 0x7E895E) is known color: Finch. HEX triplet: 7E, 89 and 5E. RGB value is (126,137,94). Sum of RGB (Red+Green+Blue) = 126+137+94=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #7E895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E895E is #8176A1. Grayscale: #808080. Windows color (decimal): -8484514 or 6195582. OLE color: 6195582.

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

Color convert

RGB 126 137 94 -
CMYK 0.08 0 0.31 0.46
HSL 75.35º 0.19% 0.45% -
HSV(B) 75.35º 0.31% 0.54% -
XYZ 19.57 23.14 14.02 -
YUV 128.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 126 137 94 0.08 0 0.31 0.46 75.35 0.19 0.45
Hex 7E 89 5E 8 0 1F 2E 4B 13 2D
Octal 176 211 136 10 0 37 56 113 23 55
Binary 1111110 10001001 1011110 1000 0 11111 101110 1001011 10011 101101

Color Harmonies of #7E895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E895E

Black with #7E895E

Text Example


Text Example

White with #7E895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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