Html Css Color HEX #7F7584 Mamba

📋 copy color: '#7F7584'

red 127 ◦ green 117 ◦ blue 132

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

Shades of Mamba #7F7584

Tints of Mamba #7F7584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 33.78%
G = 31.12%
B = 35.11%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F7584 (or 0x7F7584) is known color: Mamba. HEX triplet: 7F, 75 and 84. RGB value is (127,117,132). Sum of RGB (Red+Green+Blue) = 127+117+132=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7584 is #808A7B. Grayscale: #797979. Windows color (decimal): -8424060 or 8680831. OLE color: 8680831.

HSL color Cylindrical-coordinate representation of color #7F7584: hue angle of 280º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7584 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 117 132 -
CMYK 0.04 0.11 0 0.48
HSL 280º 0.06% 0.49% -
HSV(B) 280º 0.11% 0.52% -
XYZ 19.28 18.9 24.46 -
YUV 121.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 127 117 132 0.04 0.11 0 0.48 280 0.06 0.49
Hex 7F 75 84 4 B 0 30 118 6 31
Octal 177 165 204 4 13 0 60 430 6 61
Binary 1111111 1110101 10000100 100 1011 0 110000 100011000 110 110001

Color Harmonies of #7F7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7584

Black with #7F7584

Text Example


Text Example

White with #7F7584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,132); }

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

background-color css

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

 a { background-color: rgb(127,117,132); }

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

border-color css

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

 span { border-color: rgb(127,117,132); }

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