Html Css Color HEX #7C6D84 Mamba

📋 copy color: '#7C6D84'

red 124 ◦ green 109 ◦ blue 132

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

Shades of Mamba #7C6D84

Tints of Mamba #7C6D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 33.97%
G = 29.86%
B = 36.16%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C6D84 (or 0x7C6D84) is known color: Mamba. HEX triplet: 7C, 6D and 84. RGB value is (124,109,132). Sum of RGB (Red+Green+Blue) = 124+109+132=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6D84 is #83927B. Grayscale: #747474. Windows color (decimal): -8622716 or 8678780. OLE color: 8678780.

HSL color Cylindrical-coordinate representation of color #7C6D84: hue angle of 279.13º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C6D84 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 109 132 -
CMYK 0.06 0.17 0 0.48
HSL 279.13º 0.1% 0.47% -
HSV(B) 279.13º 0.17% 0.52% -
XYZ 17.95 16.89 24.14 -
YUV 116.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 124 109 132 0.06 0.17 0 0.48 279.13 0.1 0.47
Hex 7C 6D 84 6 11 0 30 117 A 2F
Octal 174 155 204 6 21 0 60 427 12 57
Binary 1111100 1101101 10000100 110 10001 0 110000 100010111 1010 101111

Color Harmonies of #7C6D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D84

Black with #7C6D84

Text Example


Text Example

White with #7C6D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,132); }

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

background-color css

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

 a { background-color: rgb(124,109,132); }

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

border-color css

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

 span { border-color: rgb(124,109,132); }

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