Html Css Color HEX #7F9982 Stack

📋 copy color: '#7F9982'

red 127 ◦ green 153 ◦ blue 130

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

Shades of Stack #7F9982

Tints of Stack #7F9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 30.98%
G = 37.32%
B = 31.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#7F9982 (or 0x7F9982) is known color: Stack. HEX triplet: 7F, 99 and 82. RGB value is (127,153,130). Sum of RGB (Red+Green+Blue) = 127+153+130=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9982 is #80667D. Grayscale: #8E8E8E. Windows color (decimal): -8414846 or 8558975. OLE color: 8558975.

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

Color convert

RGB 127 153 130 -
CMYK 0.17 0 0.15 0.4
HSL 126.92º 0.11% 0.55% -
HSV(B) 126.92º 0.17% 0.6% -
XYZ 24.17 28.91 25.42 -
YUV 142.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 127 153 130 0.17 0 0.15 0.4 126.92 0.11 0.55
Hex 7F 99 82 11 0 F 28 7F B 37
Octal 177 231 202 21 0 17 50 177 13 67
Binary 1111111 10011001 10000010 10001 0 1111 101000 1111111 1011 110111

Color Harmonies of #7F9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9982

Black with #7F9982

Text Example


Text Example

White with #7F9982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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