Html Css Color HEX #7F9580 Stack

📋 copy color: '#7F9580'

red 127 ◦ green 149 ◦ blue 128

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

Shades of Stack #7F9580

Tints of Stack #7F9580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

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

R = 31.44%
G = 36.88%
B = 31.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#7F9580 (or 0x7F9580) is known color: Stack. HEX triplet: 7F, 95 and 80. RGB value is (127,149,128). Sum of RGB (Red+Green+Blue) = 127+149+128=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9580 is #806A7F. Grayscale: #8C8C8C. Windows color (decimal): -8415872 or 8426879. OLE color: 8426879.

HSL color Cylindrical-coordinate representation of color #7F9580: hue angle of 122.73º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F9580 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 149 128 -
CMYK 0.15 0 0.14 0.42
HSL 122.73º 0.09% 0.54% -
HSV(B) 122.73º 0.15% 0.58% -
XYZ 23.4 27.57 24.51 -
YUV 140.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 127 149 128 0.15 0 0.14 0.42 122.73 0.09 0.54
Hex 7F 95 80 F 0 E 2A 7B 9 36
Octal 177 225 200 17 0 16 52 173 11 66
Binary 1111111 10010101 10000000 1111 0 1110 101010 1111011 1001 110110

Color Harmonies of #7F9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9580

Black with #7F9580

Text Example


Text Example

White with #7F9580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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