Html Css Color HEX #757377 Mamba

📋 copy color: '#757377'

red 117 ◦ green 115 ◦ blue 119

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

Shades of Mamba #757377

Tints of Mamba #757377

RGB

 RED value IS 117 (46.09% from 255) = 33.33%

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 33.33%
G = 32.76%
B = 33.9%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757377 (or 0x757377) is known color: Mamba. HEX triplet: 75, 73 and 77. RGB value is (117,115,119). Sum of RGB (Red+Green+Blue) = 117+115+119=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 119 - color contains mainly: blue. Hex color #757377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757377 is #8A8C88. Grayscale: #747474. Windows color (decimal): -9079945 or 7828341. OLE color: 7828341.

HSL color Cylindrical-coordinate representation of color #757377: hue angle of 270º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757377 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 115 119 -
CMYK 0.02 0.03 0 0.53
HSL 270º 0.02% 0.46% -
HSV(B) 270º 0.03% 0.47% -
XYZ 16.8 17.38 19.92 -
YUV 116.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 117 115 119 0.02 0.03 0 0.53 270 0.02 0.46
Hex 75 73 77 2 3 0 35 10E 2 2E
Octal 165 163 167 2 3 0 65 416 2 56
Binary 1110101 1110011 1110111 10 11 0 110101 100001110 10 101110

Color Harmonies of #757377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757377

Black with #757377

Text Example


Text Example

White with #757377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757377; }

 p { color: rgb(117,115,119); }

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

background-color css

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

 a { background-color: rgb(117,115,119); }

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

border-color css

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

 span { border-color: rgb(117,115,119); }

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