#7F698B

Color #7F698B Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #7F698B

Tints of Mamba #7F698B

Color information

#7F698B (or 0x7F698B) is unknown color: approx Mamba. HEX triplet: 7F, 69 and 8B. RGB value is (127,105,139). Sum of RGB (Red+Green+Blue) = 127+105+139=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F698B is #809674. Grayscale: #737373. Windows color (decimal): -8427125 or 9136511. OLE color: 9136511.

HSL color Cylindrical-coordinate representation of color #7F698B: hue angle of 278.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F698B is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB127105139-
CMYK0.090.2400.45
HSL278.82º13.93%47.84%-
HSV(B)278.82º24.46%54.51%-
XYZ18.4616.4826.63-
YUV115.45141.29136.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=34.23%
G=28.30%
B=37.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271051390.090.2400.45278.8213.9347.84
Hex7F698B91802D117e30
Octal17715121311300554271660
Binary111111111010011000101110011100001011011000101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,105,139); }

 H1.HeaderClassName
 {
   color: #7F698B;
 }
 .AnyTagClassName
 {
   color: #7F698B;
 }
</style>
background-color css

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

 a { background-color: rgb(127,105,139); }

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

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

 span { border-color: rgb(127,105,139); }

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