Html Css Color HEX #7C6692 Mamba

📋 copy color: '#7C6692'

red 124 ◦ green 102 ◦ blue 146

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

Shades of Mamba #7C6692

Tints of Mamba #7C6692

RGB

 RED value IS 124 (48.83% from 255) = 33.33%

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 33.33%
G = 27.42%
B = 39.25%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C6692 (or 0x7C6692) is known color: Mamba. HEX triplet: 7C, 66 and 92. RGB value is (124,102,146). Sum of RGB (Red+Green+Blue) = 124+102+146=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C6692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6692 is #83996D. Grayscale: #717171. Windows color (decimal): -8624494 or 9594492. OLE color: 9594492.

HSL color Cylindrical-coordinate representation of color #7C6692: hue angle of 270º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C6692 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 102 146 -
CMYK 0.15 0.30 0 0.43
HSL 270º 0.18% 0.49% -
HSV(B) 270º 0.3% 0.57% -
XYZ 18.25 15.86 29.29 -
YUV 113.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 124 102 146 0.15 0.30 0 0.43 270 0.18 0.49
Hex 7C 66 92 F 1E 0 2B 10E 12 31
Octal 174 146 222 17 36 0 53 416 22 61
Binary 1111100 1100110 10010010 1111 11110 0 101011 100001110 10010 110001

Color Harmonies of #7C6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6692

Black with #7C6692

Text Example


Text Example

White with #7C6692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,146); }

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

background-color css

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

 a { background-color: rgb(124,102,146); }

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

border-color css

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

 span { border-color: rgb(124,102,146); }

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