Html Css Color HEX #7C698A Mamba

📋 copy color: '#7C698A'

red 124 ◦ green 105 ◦ blue 138

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

Shades of Mamba #7C698A

Tints of Mamba #7C698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 33.79%
G = 28.61%
B = 37.6%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C698A (or 0x7C698A) is known color: Mamba. HEX triplet: 7C, 69 and 8A. RGB value is (124,105,138). Sum of RGB (Red+Green+Blue) = 124+105+138=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C698A is #839675. Grayscale: #727272. Windows color (decimal): -8623734 or 9070972. OLE color: 9070972.

HSL color Cylindrical-coordinate representation of color #7C698A: hue angle of 274.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C698A is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 105 138 -
CMYK 0.10 0.24 0 0.46
HSL 274.55º 0.14% 0.48% -
HSV(B) 274.55º 0.24% 0.54% -
XYZ 17.95 16.22 26.23 -
YUV 114.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 124 105 138 0.10 0.24 0 0.46 274.55 0.14 0.48
Hex 7C 69 8A A 18 0 2E 113 E 30
Octal 174 151 212 12 30 0 56 423 16 60
Binary 1111100 1101001 10001010 1010 11000 0 101110 100010011 1110 110000

Color Harmonies of #7C698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C698A

Black with #7C698A

Text Example


Text Example

White with #7C698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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