Html Css Color HEX #7C6685 Mamba

📋 copy color: '#7C6685'

red 124 ◦ green 102 ◦ blue 133

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

Shades of Mamba #7C6685

Tints of Mamba #7C6685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 34.54%
G = 28.41%
B = 37.05%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C6685 (or 0x7C6685) is known color: Mamba. HEX triplet: 7C, 66 and 85. RGB value is (124,102,133). Sum of RGB (Red+Green+Blue) = 124+102+133=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6685 is #83997A. Grayscale: #707070. Windows color (decimal): -8624507 or 8742524. OLE color: 8742524.

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

Color convert

RGB 124 102 133 -
CMYK 0.07 0.23 0 0.48
HSL 282.58º 0.13% 0.46% -
HSV(B) 282.58º 0.23% 0.52% -
XYZ 17.3 15.48 24.27 -
YUV 112.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 124 102 133 0.07 0.23 0 0.48 282.58 0.13 0.46
Hex 7C 66 85 7 17 0 30 11B D 2E
Octal 174 146 205 7 27 0 60 433 15 56
Binary 1111100 1100110 10000101 111 10111 0 110000 100011011 1101 101110

Color Harmonies of #7C6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6685

Black with #7C6685

Text Example


Text Example

White with #7C6685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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