Html Css Color HEX #76677F Mamba

📋 copy color: '#76677F'

red 118 ◦ green 103 ◦ blue 127

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

Shades of Mamba #76677F

Tints of Mamba #76677F

RGB

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

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

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

R = 33.91%
G = 29.6%
B = 36.49%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76677F (or 0x76677F) is known color: Mamba. HEX triplet: 76, 67 and 7F. RGB value is (118,103,127). Sum of RGB (Red+Green+Blue) = 118+103+127=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 127 - color contains mainly: blue. Hex color #76677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76677F is #899880. Grayscale: #6E6E6E. Windows color (decimal): -9017473 or 8349558. OLE color: 8349558.

HSL color Cylindrical-coordinate representation of color #76677F: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76677F is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 103 127 -
CMYK 0.07 0.19 0 0.50
HSL 277.5º 0.1% 0.45% -
HSV(B) 277.5º 0.19% 0.5% -
XYZ 16.15 15.08 22.14 -
YUV 110.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 118 103 127 0.07 0.19 0 0.50 277.5 0.1 0.45
Hex 76 67 7F 7 13 0 32 116 A 2D
Octal 166 147 177 7 23 0 62 426 12 55
Binary 1110110 1100111 1111111 111 10011 0 110010 100010110 1010 101101

Color Harmonies of #76677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76677F

Black with #76677F

Text Example


Text Example

White with #76677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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