Html Css Color HEX #7B6288 Mamba

📋 copy color: '#7B6288'

red 123 ◦ green 98 ◦ blue 136

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

Shades of Mamba #7B6288

Tints of Mamba #7B6288

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.1%

R = 34.45%
G = 27.45%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6288 (or 0x7B6288) is known color: 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

RGB 123 98 136 -
CMYK 0.10 0.28 0 0.47
HSL 279.47º 0.16% 0.46% -
HSV(B) 279.47º 0.28% 0.53% -
XYZ 16.98 14.72 25.24 -
YUV 109.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 123 98 136 0.10 0.28 0 0.47 279.47 0.16 0.46
Hex 7B 62 88 A 1C 0 2F 117 10 2E
Octal 173 142 210 12 34 0 57 427 20 56
Binary 1111011 1100010 10001000 1010 11100 0 101111 100010111 10000 101110

Color Harmonies of #7B6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6288

Black with #7B6288

Text Example


Text Example

White with #7B6288

Text Example


Text Example

HTML Codes & Css Web 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>