Html Css Color HEX #7C6889 Mamba

📋 copy color: '#7C6889'

red 124 ◦ green 104 ◦ blue 137

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

Shades of Mamba #7C6889

Tints of Mamba #7C6889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 33.97%
G = 28.49%
B = 37.53%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C6889 (or 0x7C6889) is known color: Mamba. HEX triplet: 7C, 68 and 89. RGB value is (124,104,137). Sum of RGB (Red+Green+Blue) = 124+104+137=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C6889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6889 is #839776. Grayscale: #717171. Windows color (decimal): -8623991 or 9005180. OLE color: 9005180.

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

Color convert

RGB 124 104 137 -
CMYK 0.09 0.24 0 0.46
HSL 276.36º 0.14% 0.47% -
HSV(B) 276.36º 0.24% 0.54% -
XYZ 17.78 15.99 25.82 -
YUV 113.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 124 104 137 0.09 0.24 0 0.46 276.36 0.14 0.47
Hex 7C 68 89 9 18 0 2E 114 E 2F
Octal 174 150 211 11 30 0 56 424 16 57
Binary 1111100 1101000 10001001 1001 11000 0 101110 100010100 1110 101111

Color Harmonies of #7C6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6889

Black with #7C6889

Text Example


Text Example

White with #7C6889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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