Html Css Color HEX #76657F Mamba

📋 copy color: '#76657F'

red 118 ◦ green 101 ◦ blue 127

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

Shades of Mamba #76657F

Tints of Mamba #76657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 34.1%
G = 29.19%
B = 36.71%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76657F (or 0x76657F) is known color: Mamba. HEX triplet: 76, 65 and 7F. RGB value is (118,101,127). Sum of RGB (Red+Green+Blue) = 118+101+127=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #76657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657F is #899A80. Grayscale: #6C6C6C. Windows color (decimal): -9017985 or 8349046. OLE color: 8349046.

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

Color convert

RGB 118 101 127 -
CMYK 0.07 0.20 0 0.50
HSL 279.23º 0.11% 0.45% -
HSV(B) 279.23º 0.2% 0.5% -
XYZ 15.96 14.69 22.07 -
YUV 109.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 118 101 127 0.07 0.20 0 0.50 279.23 0.11 0.45
Hex 76 65 7F 7 14 0 32 117 B 2D
Octal 166 145 177 7 24 0 62 427 13 55
Binary 1110110 1100101 1111111 111 10100 0 110010 100010111 1011 101101

Color Harmonies of #76657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76657F

Black with #76657F

Text Example


Text Example

White with #76657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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