Html Css Color HEX #7F9980 Stack

📋 copy color: '#7F9980'

red 127 ◦ green 153 ◦ blue 128

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

Shades of Stack #7F9980

Tints of Stack #7F9980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 31.13%
G = 37.5%
B = 31.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#7F9980 (or 0x7F9980) is known color: Stack. HEX triplet: 7F, 99 and 80. RGB value is (127,153,128). Sum of RGB (Red+Green+Blue) = 127+153+128=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9980 is #80667F. Grayscale: #8E8E8E. Windows color (decimal): -8414848 or 8427903. OLE color: 8427903.

HSL color Cylindrical-coordinate representation of color #7F9980: hue angle of 122.31º 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 #7F9980 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 128 -
CMYK 0.17 0 0.16 0.4
HSL 122.31º 0.11% 0.55% -
HSV(B) 122.31º 0.17% 0.6% -
XYZ 24.04 28.85 24.72 -
YUV 142.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 127 153 128 0.17 0 0.16 0.4 122.31 0.11 0.55
Hex 7F 99 80 11 0 10 28 7A B 37
Octal 177 231 200 21 0 20 50 172 13 67
Binary 1111111 10011001 10000000 10001 0 10000 101000 1111010 1011 110111

Color Harmonies of #7F9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9980

Black with #7F9980

Text Example


Text Example

White with #7F9980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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