Html Css Color HEX #7F9985 Envy

📋 copy color: '#7F9985'

red 127 ◦ green 153 ◦ blue 133

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

Shades of Envy #7F9985

Tints of Envy #7F9985

RGB

 RED value IS 127 (50% from 255) = 30.75%

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 30.75%
G = 37.05%
B = 32.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#7F9985 (or 0x7F9985) is known color: Envy. HEX triplet: 7F, 99 and 85. RGB value is (127,153,133). Sum of RGB (Red+Green+Blue) = 127+153+133=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9985 is #80667A. Grayscale: #8F8F8F. Windows color (decimal): -8414843 or 8755583. OLE color: 8755583.

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

Color convert

RGB 127 153 133 -
CMYK 0.17 0 0.13 0.4
HSL 133.85º 0.11% 0.55% -
HSV(B) 133.85º 0.17% 0.6% -
XYZ 24.38 28.99 26.5 -
YUV 142.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 127 153 133 0.17 0 0.13 0.4 133.85 0.11 0.55
Hex 7F 99 85 11 0 D 28 86 B 37
Octal 177 231 205 21 0 15 50 206 13 67
Binary 1111111 10011001 10000101 10001 0 1101 101000 10000110 1011 110111

Color Harmonies of #7F9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9985

Black with #7F9985

Text Example


Text Example

White with #7F9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,153,133); }

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

background-color css

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

 a { background-color: rgb(127,153,133); }

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

border-color css

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

 span { border-color: rgb(127,153,133); }

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