Html Css Color HEX #7C6885 Mamba

📋 copy color: '#7C6885'

red 124 ◦ green 104 ◦ blue 133

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

Shades of Mamba #7C6885

Tints of Mamba #7C6885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 34.35%
G = 28.81%
B = 36.84%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C6885 (or 0x7C6885) is known color: Mamba. HEX triplet: 7C, 68 and 85. RGB value is (124,104,133). Sum of RGB (Red+Green+Blue) = 124+104+133=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6885 is #83977A. Grayscale: #717171. Windows color (decimal): -8623995 or 8743036. OLE color: 8743036.

HSL color Cylindrical-coordinate representation of color #7C6885: hue angle of 281.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6885 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 104 133 -
CMYK 0.07 0.22 0 0.48
HSL 281.38º 0.12% 0.46% -
HSV(B) 281.38º 0.22% 0.52% -
XYZ 17.5 15.88 24.33 -
YUV 113.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 124 104 133 0.07 0.22 0 0.48 281.38 0.12 0.46
Hex 7C 68 85 7 16 0 30 119 C 2E
Octal 174 150 205 7 26 0 60 431 14 56
Binary 1111100 1101000 10000101 111 10110 0 110000 100011001 1100 101110

Color Harmonies of #7C6885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6885

Black with #7C6885

Text Example


Text Example

White with #7C6885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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