Html Css Color HEX #756683 Mamba

📋 copy color: '#756683'

red 117 ◦ green 102 ◦ blue 131

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

Shades of Mamba #756683

Tints of Mamba #756683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.43%

R = 33.43%
G = 29.14%
B = 37.43%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756683 (or 0x756683) is known color: Mamba. HEX triplet: 75, 66 and 83. RGB value is (117,102,131). Sum of RGB (Red+Green+Blue) = 117+102+131=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #756683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756683 is #8A997C. Grayscale: #6D6D6D. Windows color (decimal): -9083261 or 8611445. OLE color: 8611445.

HSL color Cylindrical-coordinate representation of color #756683: hue angle of 271.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756683 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 102 131 -
CMYK 0.11 0.22 0 0.49
HSL 271.03º 0.12% 0.46% -
HSV(B) 271.03º 0.22% 0.51% -
XYZ 16.18 14.92 23.5 -
YUV 109.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 117 102 131 0.11 0.22 0 0.49 271.03 0.12 0.46
Hex 75 66 83 B 16 0 31 10F C 2E
Octal 165 146 203 13 26 0 61 417 14 56
Binary 1110101 1100110 10000011 1011 10110 0 110001 100001111 1100 101110

Color Harmonies of #756683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756683

Black with #756683

Text Example


Text Example

White with #756683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756683; }

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

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

background-color css

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

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

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

border-color css

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

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

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