Html Css Color HEX #75687F Mamba

📋 copy color: '#75687F'

red 117 ◦ green 104 ◦ blue 127

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

Shades of Mamba #75687F

Tints of Mamba #75687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 33.62%
G = 29.89%
B = 36.49%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75687F (or 0x75687F) is known color: Mamba. HEX triplet: 75, 68 and 7F. RGB value is (117,104,127). Sum of RGB (Red+Green+Blue) = 117+104+127=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 127 - color contains mainly: blue. Hex color #75687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687F is #8A9780. Grayscale: #6E6E6E. Windows color (decimal): -9082753 or 8349813. OLE color: 8349813.

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

Color convert

RGB 117 104 127 -
CMYK 0.08 0.18 0 0.50
HSL 273.91º 0.1% 0.45% -
HSV(B) 273.91º 0.18% 0.5% -
XYZ 16.12 15.21 22.17 -
YUV 110.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 117 104 127 0.08 0.18 0 0.50 273.91 0.1 0.45
Hex 75 68 7F 8 12 0 32 112 A 2D
Octal 165 150 177 10 22 0 62 422 12 55
Binary 1110101 1101000 1111111 1000 10010 0 110010 100010010 1010 101101

Color Harmonies of #75687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75687F

Black with #75687F

Text Example


Text Example

White with #75687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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