Html Css Color HEX #7C6888 Mamba

📋 copy color: '#7C6888'

red 124 ◦ green 104 ◦ blue 136

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

Shades of Mamba #7C6888

Tints of Mamba #7C6888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 34.07%
G = 28.57%
B = 37.36%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C6888 (or 0x7C6888) is known color: Mamba. HEX triplet: 7C, 68 and 88. RGB value is (124,104,136). Sum of RGB (Red+Green+Blue) = 124+104+136=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C6888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6888 is #839777. Grayscale: #717171. Windows color (decimal): -8623992 or 8939644. OLE color: 8939644.

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

Color convert

RGB 124 104 136 -
CMYK 0.09 0.24 0 0.47
HSL 277.5º 0.13% 0.47% -
HSV(B) 277.5º 0.24% 0.53% -
XYZ 17.71 15.96 25.44 -
YUV 113.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 124 104 136 0.09 0.24 0 0.47 277.5 0.13 0.47
Hex 7C 68 88 9 18 0 2F 116 D 2F
Octal 174 150 210 11 30 0 57 426 15 57
Binary 1111100 1101000 10001000 1001 11000 0 101111 100010110 1101 101111

Color Harmonies of #7C6888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6888

Black with #7C6888

Text Example


Text Example

White with #7C6888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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