Html Css Color HEX #7E9681 Stack

📋 copy color: '#7E9681'

red 126 ◦ green 150 ◦ blue 129

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

Shades of Stack #7E9681

Tints of Stack #7E9681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 31.11%
G = 37.04%
B = 31.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#7E9681 (or 0x7E9681) is known color: Stack. HEX triplet: 7E, 96 and 81. RGB value is (126,150,129). Sum of RGB (Red+Green+Blue) = 126+150+129=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9681 is #81697E. Grayscale: #8C8C8C. Windows color (decimal): -8481151 or 8492670. OLE color: 8492670.

HSL color Cylindrical-coordinate representation of color #7E9681: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E9681 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 150 129 -
CMYK 0.16 0 0.14 0.41
HSL 127.5º 0.1% 0.54% -
HSV(B) 127.5º 0.16% 0.59% -
XYZ 23.47 27.83 24.9 -
YUV 140.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 126 150 129 0.16 0 0.14 0.41 127.5 0.1 0.54
Hex 7E 96 81 10 0 E 29 80 A 36
Octal 176 226 201 20 0 16 51 200 12 66
Binary 1111110 10010110 10000001 10000 0 1110 101001 10000000 1010 110110

Color Harmonies of #7E9681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9681

Black with #7E9681

Text Example


Text Example

White with #7E9681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,150,129); }

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

background-color css

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

 a { background-color: rgb(126,150,129); }

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

border-color css

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

 span { border-color: rgb(126,150,129); }

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