Html Css Color HEX #766986 Mamba

📋 copy color: '#766986'

red 118 ◦ green 105 ◦ blue 134

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

Shades of Mamba #766986

Tints of Mamba #766986

RGB

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

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

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

R = 33.05%
G = 29.41%
B = 37.54%

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

#766986 (or 0x766986) is known color: Mamba. HEX triplet: 76, 69 and 86. RGB value is (118,105,134). Sum of RGB (Red+Green+Blue) = 118+105+134=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #766986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766986 is #899679. Grayscale: #707070. Windows color (decimal): -9016954 or 8808822. OLE color: 8808822.

HSL color Cylindrical-coordinate representation of color #766986: hue angle of 266.9º degrees, saturation: 0.12, 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 #766986 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 105 134 -
CMYK 0.12 0.22 0 0.47
HSL 266.9º 0.12% 0.47% -
HSV(B) 266.9º 0.22% 0.53% -
XYZ 16.83 15.68 24.69 -
YUV 112.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 118 105 134 0.12 0.22 0 0.47 266.9 0.12 0.47
Hex 76 69 86 C 16 0 2F 10B C 2F
Octal 166 151 206 14 26 0 57 413 14 57
Binary 1110110 1101001 10000110 1100 10110 0 101111 100001011 1100 101111

Color Harmonies of #766986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766986

Black with #766986

Text Example


Text Example

White with #766986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766986; }

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

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

background-color css

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

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

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

border-color css

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

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

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