Html Css Color HEX #75707C Mamba

📋 copy color: '#75707C'

red 117 ◦ green 112 ◦ blue 124

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

Shades of Mamba #75707C

Tints of Mamba #75707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 33.14%
G = 31.73%
B = 35.13%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75707C (or 0x75707C) is known color: Mamba. HEX triplet: 75, 70 and 7C. RGB value is (117,112,124). Sum of RGB (Red+Green+Blue) = 117+112+124=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #75707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75707C is #8A8F83. Grayscale: #727272. Windows color (decimal): -9080708 or 8155253. OLE color: 8155253.

HSL color Cylindrical-coordinate representation of color #75707C: hue angle of 265º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75707C is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 112 124 -
CMYK 0.06 0.10 0 0.51
HSL 265º 0.05% 0.46% -
HSV(B) 265º 0.1% 0.49% -
XYZ 16.77 16.83 21.43 -
YUV 114.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 117 112 124 0.06 0.10 0 0.51 265 0.05 0.46
Hex 75 70 7C 6 A 0 33 109 5 2E
Octal 165 160 174 6 12 0 63 411 5 56
Binary 1110101 1110000 1111100 110 1010 0 110011 100001001 101 101110

Color Harmonies of #75707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75707C

Black with #75707C

Text Example


Text Example

White with #75707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75707C; }

 p { color: rgb(117,112,124); }

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

background-color css

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

 a { background-color: rgb(117,112,124); }

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

border-color css

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

 span { border-color: rgb(117,112,124); }

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