Html Css Color HEX #7B6788 Mamba

📋 copy color: '#7B6788'

red 123 ◦ green 103 ◦ blue 136

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

Shades of Mamba #7B6788

Tints of Mamba #7B6788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 33.98%
G = 28.45%
B = 37.57%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B6788 (or 0x7B6788) is known color: Mamba. HEX triplet: 7B, 67 and 88. RGB value is (123,103,136). Sum of RGB (Red+Green+Blue) = 123+103+136=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6788 is #849877. Grayscale: #707070. Windows color (decimal): -8689784 or 8939387. OLE color: 8939387.

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

Color convert

RGB 123 103 136 -
CMYK 0.10 0.24 0 0.47
HSL 276.36º 0.14% 0.47% -
HSV(B) 276.36º 0.24% 0.53% -
XYZ 17.46 15.69 25.4 -
YUV 112.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 123 103 136 0.10 0.24 0 0.47 276.36 0.14 0.47
Hex 7B 67 88 A 18 0 2F 114 E 2F
Octal 173 147 210 12 30 0 57 424 16 57
Binary 1111011 1100111 10001000 1010 11000 0 101111 100010100 1110 101111

Color Harmonies of #7B6788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6788

Black with #7B6788

Text Example


Text Example

White with #7B6788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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