Html Css Color HEX #766E7A Mamba

📋 copy color: '#766E7A'

red 118 ◦ green 110 ◦ blue 122

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

Shades of Mamba #766E7A

Tints of Mamba #766E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 33.71%
G = 31.43%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#766E7A (or 0x766E7A) is known color: Mamba. HEX triplet: 76, 6E and 7A. RGB value is (118,110,122). Sum of RGB (Red+Green+Blue) = 118+110+122=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 122 - color contains mainly: blue. Hex color #766E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E7A is #899185. Grayscale: #717171. Windows color (decimal): -9015686 or 8023670. OLE color: 8023670.

HSL color Cylindrical-coordinate representation of color #766E7A: hue angle of 280º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766E7A is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 110 122 -
CMYK 0.03 0.10 0 0.52
HSL 280º 0.05% 0.45% -
HSV(B) 280º 0.1% 0.48% -
XYZ 16.56 16.41 20.71 -
YUV 113.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 118 110 122 0.03 0.10 0 0.52 280 0.05 0.45
Hex 76 6E 7A 3 A 0 34 118 5 2D
Octal 166 156 172 3 12 0 64 430 5 55
Binary 1110110 1101110 1111010 11 1010 0 110100 100011000 101 101101

Color Harmonies of #766E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E7A

Black with #766E7A

Text Example


Text Example

White with #766E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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