Html Css Color HEX #757279 Mamba

📋 copy color: '#757279'

red 117 ◦ green 114 ◦ blue 121

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

Shades of Mamba #757279

Tints of Mamba #757279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 33.24%
G = 32.39%
B = 34.38%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757279 (or 0x757279) is known color: Mamba. HEX triplet: 75, 72 and 79. RGB value is (117,114,121). Sum of RGB (Red+Green+Blue) = 117+114+121=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #757279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757279 is #8A8D86. Grayscale: #737373. Windows color (decimal): -9080199 or 7959157. OLE color: 7959157.

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

Color convert

RGB 117 114 121 -
CMYK 0.03 0.06 0 0.53
HSL 265.71º 0.03% 0.46% -
HSV(B) 265.71º 0.06% 0.47% -
XYZ 16.8 17.2 20.52 -
YUV 115.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 117 114 121 0.03 0.06 0 0.53 265.71 0.03 0.46
Hex 75 72 79 3 6 0 35 10A 3 2E
Octal 165 162 171 3 6 0 65 412 3 56
Binary 1110101 1110010 1111001 11 110 0 110101 100001010 11 101110

Color Harmonies of #757279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757279

Black with #757279

Text Example


Text Example

White with #757279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757279; }

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

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

background-color css

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

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

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

border-color css

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

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

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