Html Css Color HEX #757177 Mamba

📋 copy color: '#757177'

red 117 ◦ green 113 ◦ blue 119

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

Shades of Mamba #757177

Tints of Mamba #757177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 33.52%
G = 32.38%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757177 (or 0x757177) is known color: Mamba. HEX triplet: 75, 71 and 77. RGB value is (117,113,119). Sum of RGB (Red+Green+Blue) = 117+113+119=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 119 - color contains mainly: blue. Hex color #757177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757177 is #8A8E88. Grayscale: #727272. Windows color (decimal): -9080457 or 7827829. OLE color: 7827829.

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

Color convert

RGB 117 113 119 -
CMYK 0.02 0.05 0 0.53
HSL 280º 0.03% 0.45% -
HSV(B) 280º 0.05% 0.47% -
XYZ 16.57 16.92 19.85 -
YUV 114.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 117 113 119 0.02 0.05 0 0.53 280 0.03 0.45
Hex 75 71 77 2 5 0 35 118 3 2D
Octal 165 161 167 2 5 0 65 430 3 55
Binary 1110101 1110001 1110111 10 101 0 110101 100011000 11 101101

Color Harmonies of #757177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757177

Black with #757177

Text Example


Text Example

White with #757177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757177; }

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

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

background-color css

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

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

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

border-color css

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

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

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