Html Css Color HEX #756685 Mamba

📋 copy color: '#756685'

red 117 ◦ green 102 ◦ blue 133

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

Shades of Mamba #756685

Tints of Mamba #756685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 33.24%
G = 28.98%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756685 (or 0x756685) is known color: Mamba. HEX triplet: 75, 66 and 85. RGB value is (117,102,133). Sum of RGB (Red+Green+Blue) = 117+102+133=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #756685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756685 is #8A997A. Grayscale: #6D6D6D. Windows color (decimal): -9083259 or 8742517. OLE color: 8742517.

HSL color Cylindrical-coordinate representation of color #756685: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756685 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 102 133 -
CMYK 0.12 0.23 0 0.48
HSL 269.03º 0.13% 0.46% -
HSV(B) 269.03º 0.23% 0.52% -
XYZ 16.32 14.98 24.22 -
YUV 110.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 117 102 133 0.12 0.23 0 0.48 269.03 0.13 0.46
Hex 75 66 85 C 17 0 30 10D D 2E
Octal 165 146 205 14 27 0 60 415 15 56
Binary 1110101 1100110 10000101 1100 10111 0 110000 100001101 1101 101110

Color Harmonies of #756685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756685

Black with #756685

Text Example


Text Example

White with #756685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756685; }

 p { color: rgb(117,102,133); }

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

background-color css

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

 a { background-color: rgb(117,102,133); }

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

border-color css

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

 span { border-color: rgb(117,102,133); }

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