Html Css Color HEX #7B6B8A Mamba

📋 copy color: '#7B6B8A'

red 123 ◦ green 107 ◦ blue 138

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

Shades of Mamba #7B6B8A

Tints of Mamba #7B6B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 33.42%
G = 29.08%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7B6B8A (or 0x7B6B8A) is known color: Mamba. HEX triplet: 7B, 6B and 8A. RGB value is (123,107,138). Sum of RGB (Red+Green+Blue) = 123+107+138=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B6B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6B8A is #849475. Grayscale: #737373. Windows color (decimal): -8688758 or 9071483. OLE color: 9071483.

HSL color Cylindrical-coordinate representation of color #7B6B8A: hue angle of 270.97º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6B8A is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 123 107 138 -
CMYK 0.11 0.22 0 0.46
HSL 270.97º 0.13% 0.48% -
HSV(B) 270.97º 0.22% 0.54% -
XYZ 18.01 16.56 26.29 -
YUV 115.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 123 107 138 0.11 0.22 0 0.46 270.97 0.13 0.48
Hex 7B 6B 8A B 16 0 2E 10F D 30
Octal 173 153 212 13 26 0 56 417 15 60
Binary 1111011 1101011 10001010 1011 10110 0 101110 100001111 1101 110000

Color Harmonies of #7B6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6B8A

Black with #7B6B8A

Text Example


Text Example

White with #7B6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,107,138); }

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

background-color css

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

 a { background-color: rgb(123,107,138); }

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

border-color css

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

 span { border-color: rgb(123,107,138); }

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