Html Css Color HEX #75657F Mamba

📋 copy color: '#75657F'

red 117 ◦ green 101 ◦ blue 127

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

Shades of Mamba #75657F

Tints of Mamba #75657F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 33.91%
G = 29.28%
B = 36.81%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75657F (or 0x75657F) is known color: Mamba. HEX triplet: 75, 65 and 7F. RGB value is (117,101,127). Sum of RGB (Red+Green+Blue) = 117+101+127=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #75657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657F is #8A9A80. Grayscale: #6C6C6C. Windows color (decimal): -9083521 or 8349045. OLE color: 8349045.

HSL color Cylindrical-coordinate representation of color #75657F: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75657F is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 101 127 -
CMYK 0.08 0.20 0 0.50
HSL 276.92º 0.11% 0.45% -
HSV(B) 276.92º 0.2% 0.5% -
XYZ 15.82 14.62 22.07 -
YUV 108.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 117 101 127 0.08 0.20 0 0.50 276.92 0.11 0.45
Hex 75 65 7F 8 14 0 32 115 B 2D
Octal 165 145 177 10 24 0 62 425 13 55
Binary 1110101 1100101 1111111 1000 10100 0 110010 100010101 1011 101101

Color Harmonies of #75657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75657F

Black with #75657F

Text Example


Text Example

White with #75657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75657F; }

 p { color: rgb(117,101,127); }

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

background-color css

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

 a { background-color: rgb(117,101,127); }

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

border-color css

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

 span { border-color: rgb(117,101,127); }

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