Html Css Color HEX #75687C Mamba

📋 copy color: '#75687C'

red 117 ◦ green 104 ◦ blue 124

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

Shades of Mamba #75687C

Tints of Mamba #75687C

RGB

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

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

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

R = 33.91%
G = 30.14%
B = 35.94%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75687C (or 0x75687C) is known color: Mamba. HEX triplet: 75, 68 and 7C. RGB value is (117,104,124). Sum of RGB (Red+Green+Blue) = 117+104+124=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #75687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75687C is #8A9783. Grayscale: #6E6E6E. Windows color (decimal): -9082756 or 8153205. OLE color: 8153205.

HSL color Cylindrical-coordinate representation of color #75687C: hue angle of 279º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75687C is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 104 124 -
CMYK 0.06 0.16 0 0.51
HSL 279º 0.09% 0.45% -
HSV(B) 279º 0.16% 0.49% -
XYZ 15.92 15.14 21.15 -
YUV 110.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 117 104 124 0.06 0.16 0 0.51 279 0.09 0.45
Hex 75 68 7C 6 10 0 33 117 9 2D
Octal 165 150 174 6 20 0 63 427 11 55
Binary 1110101 1101000 1111100 110 10000 0 110011 100010111 1001 101101

Color Harmonies of #75687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75687C

Black with #75687C

Text Example


Text Example

White with #75687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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