Html Css Color HEX #7F7386 Mamba

📋 copy color: '#7F7386'

red 127 ◦ green 115 ◦ blue 134

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

Shades of Mamba #7F7386

Tints of Mamba #7F7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 33.78%
G = 30.59%
B = 35.64%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F7386 (or 0x7F7386) is known color: Mamba. HEX triplet: 7F, 73 and 86. RGB value is (127,115,134). Sum of RGB (Red+Green+Blue) = 127+115+134=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F7386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7386 is #808C79. Grayscale: #787878. Windows color (decimal): -8424570 or 8811391. OLE color: 8811391.

HSL color Cylindrical-coordinate representation of color #7F7386: hue angle of 277.89º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F7386 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 115 134 -
CMYK 0.05 0.14 0 0.47
HSL 277.89º 0.08% 0.49% -
HSV(B) 277.89º 0.14% 0.53% -
XYZ 19.19 18.49 25.11 -
YUV 120.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 127 115 134 0.05 0.14 0 0.47 277.89 0.08 0.49
Hex 7F 73 86 5 E 0 2F 116 8 31
Octal 177 163 206 5 16 0 57 426 10 61
Binary 1111111 1110011 10000110 101 1110 0 101111 100010110 1000 110001

Color Harmonies of #7F7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7386

Black with #7F7386

Text Example


Text Example

White with #7F7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,115,134); }

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

background-color css

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

 a { background-color: rgb(127,115,134); }

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

border-color css

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

 span { border-color: rgb(127,115,134); }

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