Html Css Color HEX #7C6987 Mamba

📋 copy color: '#7C6987'

red 124 ◦ green 105 ◦ blue 135

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

Shades of Mamba #7C6987

Tints of Mamba #7C6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 34.07%
G = 28.85%
B = 37.09%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C6987 (or 0x7C6987) is known color: Mamba. HEX triplet: 7C, 69 and 87. RGB value is (124,105,135). Sum of RGB (Red+Green+Blue) = 124+105+135=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6987 is #839678. Grayscale: #717171. Windows color (decimal): -8623737 or 8874364. OLE color: 8874364.

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

Color convert

RGB 124 105 135 -
CMYK 0.08 0.22 0 0.47
HSL 278º 0.13% 0.47% -
HSV(B) 278º 0.22% 0.53% -
XYZ 17.74 16.14 25.1 -
YUV 114.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 124 105 135 0.08 0.22 0 0.47 278 0.13 0.47
Hex 7C 69 87 8 16 0 2F 116 C 2F
Octal 174 151 207 10 26 0 57 426 14 57
Binary 1111100 1101001 10000111 1000 10110 0 101111 100010110 1100 101111

Color Harmonies of #7C6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6987

Black with #7C6987

Text Example


Text Example

White with #7C6987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,135); }

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

background-color css

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

 a { background-color: rgb(124,105,135); }

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

border-color css

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

 span { border-color: rgb(124,105,135); }

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