Html Css Color HEX #7C6589 Mamba

📋 copy color: '#7C6589'

red 124 ◦ green 101 ◦ blue 137

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

Shades of Mamba #7C6589

Tints of Mamba #7C6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 34.25%
G = 27.9%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C6589 (or 0x7C6589) is known color: Mamba. HEX triplet: 7C, 65 and 89. RGB value is (124,101,137). Sum of RGB (Red+Green+Blue) = 124+101+137=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C6589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6589 is #839A76. Grayscale: #6F6F6F. Windows color (decimal): -8624759 or 9004412. OLE color: 9004412.

HSL color Cylindrical-coordinate representation of color #7C6589: hue angle of 278.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6589 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 101 137 -
CMYK 0.09 0.26 0 0.46
HSL 278.33º 0.15% 0.47% -
HSV(B) 278.33º 0.26% 0.54% -
XYZ 17.48 15.4 25.72 -
YUV 111.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 124 101 137 0.09 0.26 0 0.46 278.33 0.15 0.47
Hex 7C 65 89 9 1A 0 2E 116 F 2F
Octal 174 145 211 11 32 0 56 426 17 57
Binary 1111100 1100101 10001001 1001 11010 0 101110 100010110 1111 101111

Color Harmonies of #7C6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6589

Black with #7C6589

Text Example


Text Example

White with #7C6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,137); }

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

background-color css

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

 a { background-color: rgb(124,101,137); }

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

border-color css

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

 span { border-color: rgb(124,101,137); }

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