Html Css Color HEX #7B6A84 Mamba

📋 copy color: '#7B6A84'

red 123 ◦ green 106 ◦ blue 132

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

Shades of Mamba #7B6A84

Tints of Mamba #7B6A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 34.07%
G = 29.36%
B = 36.57%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6A84 (or 0x7B6A84) is known color: Mamba. HEX triplet: 7B, 6A and 84. RGB value is (123,106,132). Sum of RGB (Red+Green+Blue) = 123+106+132=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6A84 is #84957B. Grayscale: #717171. Windows color (decimal): -8689020 or 8678011. OLE color: 8678011.

HSL color Cylindrical-coordinate representation of color #7B6A84: hue angle of 279.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B6A84 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 106 132 -
CMYK 0.07 0.20 0 0.48
HSL 279.23º 0.11% 0.47% -
HSV(B) 279.23º 0.2% 0.52% -
XYZ 17.49 16.18 24.03 -
YUV 114.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 123 106 132 0.07 0.20 0 0.48 279.23 0.11 0.47
Hex 7B 6A 84 7 14 0 30 117 B 2F
Octal 173 152 204 7 24 0 60 427 13 57
Binary 1111011 1101010 10000100 111 10100 0 110000 100010111 1011 101111

Color Harmonies of #7B6A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6A84

Black with #7B6A84

Text Example


Text Example

White with #7B6A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,106,132); }

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

background-color css

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

 a { background-color: rgb(123,106,132); }

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

border-color css

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

 span { border-color: rgb(123,106,132); }

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