Html Css Color HEX #757277 Mamba

📋 copy color: '#757277'

red 117 ◦ green 114 ◦ blue 119

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

Shades of Mamba #757277

Tints of Mamba #757277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 33.43%
G = 32.57%
B = 34%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757277 (or 0x757277) is known color: Mamba. HEX triplet: 75, 72 and 77. RGB value is (117,114,119). Sum of RGB (Red+Green+Blue) = 117+114+119=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #757277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757277 is #8A8D88. Grayscale: #737373. Windows color (decimal): -9080201 or 7828085. OLE color: 7828085.

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

Color convert

RGB 117 114 119 -
CMYK 0.02 0.04 0 0.53
HSL 276º 0.02% 0.46% -
HSV(B) 276º 0.04% 0.47% -
XYZ 16.68 17.15 19.88 -
YUV 115.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 117 114 119 0.02 0.04 0 0.53 276 0.02 0.46
Hex 75 72 77 2 4 0 35 114 2 2E
Octal 165 162 167 2 4 0 65 424 2 56
Binary 1110101 1110010 1110111 10 100 0 110101 100010100 10 101110

Color Harmonies of #757277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757277

Black with #757277

Text Example


Text Example

White with #757277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757277; }

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

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

background-color css

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

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

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

border-color css

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

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

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