Html Css Color HEX #766886 Mamba

📋 copy color: '#766886'

red 118 ◦ green 104 ◦ blue 134

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

Shades of Mamba #766886

Tints of Mamba #766886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 33.15%
G = 29.21%
B = 37.64%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766886 (or 0x766886) is known color: Mamba. HEX triplet: 76, 68 and 86. RGB value is (118,104,134). Sum of RGB (Red+Green+Blue) = 118+104+134=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #766886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766886 is #899779. Grayscale: #6F6F6F. Windows color (decimal): -9017210 or 8808566. OLE color: 8808566.

HSL color Cylindrical-coordinate representation of color #766886: hue angle of 268º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766886 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 104 134 -
CMYK 0.12 0.22 0 0.47
HSL 268º 0.13% 0.47% -
HSV(B) 268º 0.22% 0.53% -
XYZ 16.72 15.47 24.66 -
YUV 111.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 118 104 134 0.12 0.22 0 0.47 268 0.13 0.47
Hex 76 68 86 C 16 0 2F 10C D 2F
Octal 166 150 206 14 26 0 57 414 15 57
Binary 1110110 1101000 10000110 1100 10110 0 101111 100001100 1101 101111

Color Harmonies of #766886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766886

Black with #766886

Text Example


Text Example

White with #766886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766886; }

 p { color: rgb(118,104,134); }

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

background-color css

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

 a { background-color: rgb(118,104,134); }

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

border-color css

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

 span { border-color: rgb(118,104,134); }

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