Html Css Color HEX #756688 Mamba

📋 copy color: '#756688'

red 117 ◦ green 102 ◦ blue 136

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

Shades of Mamba #756688

Tints of Mamba #756688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 32.96%
G = 28.73%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#756688 (or 0x756688) is known color: Mamba. HEX triplet: 75, 66 and 88. RGB value is (117,102,136). Sum of RGB (Red+Green+Blue) = 117+102+136=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #756688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756688 is #8A9977. Grayscale: #6E6E6E. Windows color (decimal): -9083256 or 8939125. OLE color: 8939125.

HSL color Cylindrical-coordinate representation of color #756688: hue angle of 266.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756688 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 102 136 -
CMYK 0.14 0.25 0 0.47
HSL 266.47º 0.14% 0.47% -
HSV(B) 266.47º 0.25% 0.53% -
XYZ 16.53 15.06 25.33 -
YUV 110.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 117 102 136 0.14 0.25 0 0.47 266.47 0.14 0.47
Hex 75 66 88 E 19 0 2F 10A E 2F
Octal 165 146 210 16 31 0 57 412 16 57
Binary 1110101 1100110 10001000 1110 11001 0 101111 100001010 1110 101111

Color Harmonies of #756688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756688

Black with #756688

Text Example


Text Example

White with #756688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756688; }

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

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

background-color css

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

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

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

border-color css

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

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

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