Html Css Color HEX #766D7F Mamba

📋 copy color: '#766D7F'

red 118 ◦ green 109 ◦ blue 127

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

Shades of Mamba #766D7F

Tints of Mamba #766D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 33.33%
G = 30.79%
B = 35.88%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#766D7F (or 0x766D7F) is known color: Mamba. HEX triplet: 76, 6D and 7F. RGB value is (118,109,127). Sum of RGB (Red+Green+Blue) = 118+109+127=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #766D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D7F is #899280. Grayscale: #717171. Windows color (decimal): -9015937 or 8351094. OLE color: 8351094.

HSL color Cylindrical-coordinate representation of color #766D7F: hue angle of 270º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766D7F is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 109 127 -
CMYK 0.07 0.14 0 0.50
HSL 270º 0.08% 0.46% -
HSV(B) 270º 0.14% 0.5% -
XYZ 16.77 16.32 22.35 -
YUV 113.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 118 109 127 0.07 0.14 0 0.50 270 0.08 0.46
Hex 76 6D 7F 7 E 0 32 10E 8 2E
Octal 166 155 177 7 16 0 62 416 10 56
Binary 1110110 1101101 1111111 111 1110 0 110010 100001110 1000 101110

Color Harmonies of #766D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D7F

Black with #766D7F

Text Example


Text Example

White with #766D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,127); }

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

background-color css

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

 a { background-color: rgb(118,109,127); }

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

border-color css

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

 span { border-color: rgb(118,109,127); }

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