Html Css Color HEX #756684 Mamba

📋 copy color: '#756684'

red 117 ◦ green 102 ◦ blue 132

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

Shades of Mamba #756684

Tints of Mamba #756684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 33.33%
G = 29.06%
B = 37.61%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756684 (or 0x756684) is known color: Mamba. HEX triplet: 75, 66 and 84. RGB value is (117,102,132). Sum of RGB (Red+Green+Blue) = 117+102+132=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #756684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756684 is #8A997B. Grayscale: #6D6D6D. Windows color (decimal): -9083260 or 8676981. OLE color: 8676981.

HSL color Cylindrical-coordinate representation of color #756684: hue angle of 270º 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 #756684 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 102 132 -
CMYK 0.11 0.23 0 0.48
HSL 270º 0.13% 0.46% -
HSV(B) 270º 0.23% 0.52% -
XYZ 16.25 14.95 23.86 -
YUV 109.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 117 102 132 0.11 0.23 0 0.48 270 0.13 0.46
Hex 75 66 84 B 17 0 30 10E D 2E
Octal 165 146 204 13 27 0 60 416 15 56
Binary 1110101 1100110 10000100 1011 10111 0 110000 100001110 1101 101110

Color Harmonies of #756684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756684

Black with #756684

Text Example


Text Example

White with #756684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756684; }

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

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

background-color css

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

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

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

border-color css

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

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

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