Html Css Color HEX #7B6688 Mamba

📋 copy color: '#7B6688'

red 123 ◦ green 102 ◦ blue 136

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

Shades of Mamba #7B6688

Tints of Mamba #7B6688

RGB

 RED value IS 123 (48.44% from 255) = 34.07%

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 34.07%
G = 28.25%
B = 37.67%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6688 (or 0x7B6688) is known color: Mamba. HEX triplet: 7B, 66 and 88. RGB value is (123,102,136). Sum of RGB (Red+Green+Blue) = 123+102+136=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6688 is #849977. Grayscale: #707070. Windows color (decimal): -8690040 or 8939131. OLE color: 8939131.

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

Color convert

RGB 123 102 136 -
CMYK 0.10 0.25 0 0.47
HSL 277.06º 0.14% 0.47% -
HSV(B) 277.06º 0.25% 0.53% -
XYZ 17.36 15.49 25.37 -
YUV 112.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 123 102 136 0.10 0.25 0 0.47 277.06 0.14 0.47
Hex 7B 66 88 A 19 0 2F 115 E 2F
Octal 173 146 210 12 31 0 57 425 16 57
Binary 1111011 1100110 10001000 1010 11001 0 101111 100010101 1110 101111

Color Harmonies of #7B6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6688

Black with #7B6688

Text Example


Text Example

White with #7B6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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