Html Css Color HEX #7C6287 Mamba

📋 copy color: '#7C6287'

red 124 ◦ green 98 ◦ blue 135

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

Shades of Mamba #7C6287

Tints of Mamba #7C6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 34.73%
G = 27.45%
B = 37.82%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C6287 (or 0x7C6287) is known color: Mamba. HEX triplet: 7C, 62 and 87. RGB value is (124,98,135). Sum of RGB (Red+Green+Blue) = 124+98+135=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6287 is #839D78. Grayscale: #6D6D6D. Windows color (decimal): -8625529 or 8872572. OLE color: 8872572.

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

Color convert

RGB 124 98 135 -
CMYK 0.08 0.27 0 0.47
HSL 282.16º 0.16% 0.46% -
HSV(B) 282.16º 0.27% 0.53% -
XYZ 17.05 14.77 24.87 -
YUV 109.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 124 98 135 0.08 0.27 0 0.47 282.16 0.16 0.46
Hex 7C 62 87 8 1B 0 2F 11A 10 2E
Octal 174 142 207 10 33 0 57 432 20 56
Binary 1111100 1100010 10000111 1000 11011 0 101111 100011010 10000 101110

Color Harmonies of #7C6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6287

Black with #7C6287

Text Example


Text Example

White with #7C6287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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