#7B6288

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

Shades of Mamba #7B6288

Tints of Mamba #7B6288

Color information

#7B6288 (or 0x7B6288) is unknown color: approx Mamba. HEX triplet: 7B, 62 and 88. RGB value is (123,98,136). Sum of RGB (Red+Green+Blue) = 123+98+136=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6288 is #849D77. Grayscale: #6D6D6D. Windows color (decimal): -8691064 or 8938107. OLE color: 8938107.

HSL color Cylindrical-coordinate representation of color #7B6288: hue angle of 279.47º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6288 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12398136-
CMYK0.100.2800.47
HSL279.47º16.24%45.88%-
HSV(B)279.47º27.94%53.33%-
XYZ16.9814.7225.24-
YUV109.81142.78137.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.45%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=34.45%
G=27.45%
B=38.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123981360.100.2800.47279.4716.2445.88
Hex7B6288A1C02F117102e
Octal17314221012340574272056
Binary1111011110001010001000101011100010111110001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,98,136); }

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

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

 a { background-color: rgb(123,98,136); }

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

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

 span { border-color: rgb(123,98,136); }

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