Html Css Color HEX #766687 Mamba

📋 copy color: '#766687'

red 118 ◦ green 102 ◦ blue 135

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

Shades of Mamba #766687

Tints of Mamba #766687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 33.24%
G = 28.73%
B = 38.03%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766687 (or 0x766687) is known color: Mamba. HEX triplet: 76, 66 and 87. RGB value is (118,102,135). Sum of RGB (Red+Green+Blue) = 118+102+135=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #766687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766687 is #899978. Grayscale: #6E6E6E. Windows color (decimal): -9017721 or 8873590. OLE color: 8873590.

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

Color convert

RGB 118 102 135 -
CMYK 0.13 0.24 0 0.47
HSL 269.09º 0.14% 0.46% -
HSV(B) 269.09º 0.24% 0.53% -
XYZ 16.6 15.1 24.96 -
YUV 110.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 118 102 135 0.13 0.24 0 0.47 269.09 0.14 0.46
Hex 76 66 87 D 18 0 2F 10D E 2E
Octal 166 146 207 15 30 0 57 415 16 56
Binary 1110110 1100110 10000111 1101 11000 0 101111 100001101 1110 101110

Color Harmonies of #766687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766687

Black with #766687

Text Example


Text Example

White with #766687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766687; }

 p { color: rgb(118,102,135); }

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

background-color css

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

 a { background-color: rgb(118,102,135); }

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

border-color css

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

 span { border-color: rgb(118,102,135); }

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