Html Css Color HEX #766980 Mamba

📋 copy color: '#766980'

red 118 ◦ green 105 ◦ blue 128

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

Shades of Mamba #766980

Tints of Mamba #766980

RGB

 RED value IS 118 (46.48% from 255) = 33.62%

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

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 33.62%
G = 29.91%
B = 36.47%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#766980 (or 0x766980) is known color: Mamba. HEX triplet: 76, 69 and 80. RGB value is (118,105,128). Sum of RGB (Red+Green+Blue) = 118+105+128=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #766980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766980 is #89967F. Grayscale: #6F6F6F. Windows color (decimal): -9016960 or 8415606. OLE color: 8415606.

HSL color Cylindrical-coordinate representation of color #766980: hue angle of 273.91º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766980 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 105 128 -
CMYK 0.08 0.18 0 0.50
HSL 273.91º 0.1% 0.46% -
HSV(B) 273.91º 0.18% 0.5% -
XYZ 16.42 15.51 22.55 -
YUV 111.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 118 105 128 0.08 0.18 0 0.50 273.91 0.1 0.46
Hex 76 69 80 8 12 0 32 112 A 2E
Octal 166 151 200 10 22 0 62 422 12 56
Binary 1110110 1101001 10000000 1000 10010 0 110010 100010010 1010 101110

Color Harmonies of #766980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766980

Black with #766980

Text Example


Text Example

White with #766980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766980; }

 p { color: rgb(118,105,128); }

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

background-color css

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

 a { background-color: rgb(118,105,128); }

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

border-color css

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

 span { border-color: rgb(118,105,128); }

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