#7F9883

Color #7F9883 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #7F9883

Tints of Envy #7F9883

Color information

#7F9883 (or 0x7F9883) is unknown color: approx Envy. HEX triplet: 7F, 98 and 83. RGB value is (127,152,131). Sum of RGB (Red+Green+Blue) = 127+152+131=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9883 is #80677C. Grayscale: #8E8E8E. Windows color (decimal): -8415101 or 8624255. OLE color: 8624255.

HSL color Cylindrical-coordinate representation of color #7F9883: hue angle of 129.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F9883 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB127152131-
CMYK0.1600.140.40
HSL129.6º10.82%54.71%-
HSV(B)129.6º16.45%59.61%-
XYZ24.0828.6125.73-
YUV142.13121.72117.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=30.98%
G=37.07%
B=31.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271521310.1600.140.40129.610.8254.71
Hex7F9883100E2882b37
Octal17723020320016502021367
Binary111111110011000100000111000001110101000100000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,131); }

 H1.HeaderClassName
 {
   color: #7F9883;
 }
 .AnyTagClassName
 {
   color: #7F9883;
 }
</style>
background-color css

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

 a { background-color: rgb(127,152,131); }

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

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

 span { border-color: rgb(127,152,131); }

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