Html Css Color HEX #75717B Mamba

📋 copy color: '#75717B'

red 117 ◦ green 113 ◦ blue 123

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

Shades of Mamba #75717B

Tints of Mamba #75717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 33.14%
G = 32.01%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75717B (or 0x75717B) is known color: Mamba. HEX triplet: 75, 71 and 7B. RGB value is (117,113,123). Sum of RGB (Red+Green+Blue) = 117+113+123=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #75717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75717B is #8A8E84. Grayscale: #737373. Windows color (decimal): -9080453 or 8089973. OLE color: 8089973.

HSL color Cylindrical-coordinate representation of color #75717B: hue angle of 264º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75717B is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 113 123 -
CMYK 0.05 0.08 0 0.52
HSL 264º 0.04% 0.46% -
HSV(B) 264º 0.08% 0.48% -
XYZ 16.82 17.02 21.14 -
YUV 115.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 117 113 123 0.05 0.08 0 0.52 264 0.04 0.46
Hex 75 71 7B 5 8 0 34 108 4 2E
Octal 165 161 173 5 10 0 64 410 4 56
Binary 1110101 1110001 1111011 101 1000 0 110100 100001000 100 101110

Color Harmonies of #75717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75717B

Black with #75717B

Text Example


Text Example

White with #75717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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