Html Css Color HEX #766786 Mamba

📋 copy color: '#766786'

red 118 ◦ green 103 ◦ blue 134

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

Shades of Mamba #766786

Tints of Mamba #766786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 33.24%
G = 29.01%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766786 (or 0x766786) is known color: Mamba. HEX triplet: 76, 67 and 86. RGB value is (118,103,134). Sum of RGB (Red+Green+Blue) = 118+103+134=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #766786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766786 is #899879. Grayscale: #6E6E6E. Windows color (decimal): -9017466 or 8808310. OLE color: 8808310.

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

Color convert

RGB 118 103 134 -
CMYK 0.12 0.23 0 0.47
HSL 269.03º 0.13% 0.46% -
HSV(B) 269.03º 0.23% 0.53% -
XYZ 16.62 15.27 24.63 -
YUV 111.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 118 103 134 0.12 0.23 0 0.47 269.03 0.13 0.46
Hex 76 67 86 C 17 0 2F 10D D 2E
Octal 166 147 206 14 27 0 57 415 15 56
Binary 1110110 1100111 10000110 1100 10111 0 101111 100001101 1101 101110

Color Harmonies of #766786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766786

Black with #766786

Text Example


Text Example

White with #766786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766786; }

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

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

background-color css

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

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

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

border-color css

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

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

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