Html Css Color HEX #76657E Mamba

📋 copy color: '#76657E'

red 118 ◦ green 101 ◦ blue 126

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

Shades of Mamba #76657E

Tints of Mamba #76657E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 34.2%
G = 29.28%
B = 36.52%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76657E (or 0x76657E) is known color: Mamba. HEX triplet: 76, 65 and 7E. RGB value is (118,101,126). Sum of RGB (Red+Green+Blue) = 118+101+126=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #76657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657E is #899A81. Grayscale: #6C6C6C. Windows color (decimal): -9017986 or 8283510. OLE color: 8283510.

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

Color convert

RGB 118 101 126 -
CMYK 0.06 0.20 0 0.51
HSL 280.8º 0.11% 0.45% -
HSV(B) 280.8º 0.2% 0.49% -
XYZ 15.89 14.67 21.73 -
YUV 108.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 118 101 126 0.06 0.20 0 0.51 280.8 0.11 0.45
Hex 76 65 7E 6 14 0 33 119 B 2D
Octal 166 145 176 6 24 0 63 431 13 55
Binary 1110110 1100101 1111110 110 10100 0 110011 100011001 1011 101101

Color Harmonies of #76657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76657E

Black with #76657E

Text Example


Text Example

White with #76657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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