Html Css Color HEX #766E7C Mamba

📋 copy color: '#766E7C'

red 118 ◦ green 110 ◦ blue 124

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

Shades of Mamba #766E7C

Tints of Mamba #766E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 33.52%
G = 31.25%
B = 35.23%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#766E7C (or 0x766E7C) is known color: Mamba. HEX triplet: 76, 6E and 7C. RGB value is (118,110,124). Sum of RGB (Red+Green+Blue) = 118+110+124=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #766E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E7C is #899183. Grayscale: #717171. Windows color (decimal): -9015684 or 8154742. OLE color: 8154742.

HSL color Cylindrical-coordinate representation of color #766E7C: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766E7C is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 110 124 -
CMYK 0.05 0.11 0 0.51
HSL 274.29º 0.06% 0.46% -
HSV(B) 274.29º 0.11% 0.49% -
XYZ 16.69 16.46 21.37 -
YUV 113.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 118 110 124 0.05 0.11 0 0.51 274.29 0.06 0.46
Hex 76 6E 7C 5 B 0 33 112 6 2E
Octal 166 156 174 5 13 0 63 422 6 56
Binary 1110110 1101110 1111100 101 1011 0 110011 100010010 110 101110

Color Harmonies of #766E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E7C

Black with #766E7C

Text Example


Text Example

White with #766E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E7C; }

 p { color: rgb(118,110,124); }

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

background-color css

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

 a { background-color: rgb(118,110,124); }

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

border-color css

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

 span { border-color: rgb(118,110,124); }

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