Html Css Color HEX #79688A Mamba

📋 copy color: '#79688A'

red 121 ◦ green 104 ◦ blue 138

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

Shades of Mamba #79688A

Tints of Mamba #79688A

RGB

 RED value IS 121 (47.66% from 255) = 33.33%

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

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

R = 33.33%
G = 28.65%
B = 38.02%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#79688A (or 0x79688A) is known color: Mamba. HEX triplet: 79, 68 and 8A. RGB value is (121,104,138). Sum of RGB (Red+Green+Blue) = 121+104+138=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #79688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79688A is #869775. Grayscale: #707070. Windows color (decimal): -8820598 or 9070713. OLE color: 9070713.

HSL color Cylindrical-coordinate representation of color #79688A: hue angle of 270º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79688A is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 104 138 -
CMYK 0.12 0.25 0 0.46
HSL 270º 0.14% 0.47% -
HSV(B) 270º 0.25% 0.54% -
XYZ 17.42 15.8 26.18 -
YUV 112.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 121 104 138 0.12 0.25 0 0.46 270 0.14 0.47
Hex 79 68 8A C 19 0 2E 10E E 2F
Octal 171 150 212 14 31 0 56 416 16 57
Binary 1111001 1101000 10001010 1100 11001 0 101110 100001110 1110 101111

Color Harmonies of #79688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79688A

Black with #79688A

Text Example


Text Example

White with #79688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79688A; }

 p { color: rgb(121,104,138); }

 H1.HeaderClassName
 {
   color: #79688A;
 }
 .AnyTagClassName
 {
   color: #79688A;
 }
</style>

background-color css

<style>
 a { background-color: #79688A; }

 a { background-color: rgb(121,104,138); }

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

border-color css

<style>
 span { border-color: #79688A; }

 span { border-color: rgb(121,104,138); }

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