Html Css Color HEX #7D9E81 Envy

📋 copy color: '#7D9E81'

red 125 ◦ green 158 ◦ blue 129

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

Shades of Envy #7D9E81

Tints of Envy #7D9E81

RGB

 RED value IS 125 (49.22% from 255) = 30.34%

 GREEN value IS 158 (62.11% from 255) = 38.35%

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

R = 30.34%
G = 38.35%
B = 31.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#7D9E81 (or 0x7D9E81) is known color: Envy. HEX triplet: 7D, 9E and 81. RGB value is (125,158,129). Sum of RGB (Red+Green+Blue) = 125+158+129=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9E81 is #82617E. Grayscale: #909090. Windows color (decimal): -8544639 or 8494717. OLE color: 8494717.

HSL color Cylindrical-coordinate representation of color #7D9E81: hue angle of 127.27º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9E81 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 158 129 -
CMYK 0.21 0 0.18 0.38
HSL 127.27º 0.15% 0.55% -
HSV(B) 127.27º 0.21% 0.62% -
XYZ 24.65 30.4 25.34 -
YUV 144.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 125 158 129 0.21 0 0.18 0.38 127.27 0.15 0.55
Hex 7D 9E 81 15 0 12 26 7F F 37
Octal 175 236 201 25 0 22 46 177 17 67
Binary 1111101 10011110 10000001 10101 0 10010 100110 1111111 1111 110111

Color Harmonies of #7D9E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E81

Black with #7D9E81

Text Example


Text Example

White with #7D9E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,129); }

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

background-color css

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

 a { background-color: rgb(125,158,129); }

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

border-color css

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

 span { border-color: rgb(125,158,129); }

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