Html Css Color HEX #756483 Mamba

📋 copy color: '#756483'

red 117 ◦ green 100 ◦ blue 131

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

Shades of Mamba #756483

Tints of Mamba #756483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 33.62%
G = 28.74%
B = 37.64%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756483 (or 0x756483) is known color: Mamba. HEX triplet: 75, 64 and 83. RGB value is (117,100,131). Sum of RGB (Red+Green+Blue) = 117+100+131=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #756483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756483 is #8A9B7C. Grayscale: #6C6C6C. Windows color (decimal): -9083773 or 8610933. OLE color: 8610933.

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

Color convert

RGB 117 100 131 -
CMYK 0.11 0.24 0 0.49
HSL 272.9º 0.13% 0.45% -
HSV(B) 272.9º 0.24% 0.51% -
XYZ 15.99 14.53 23.44 -
YUV 108.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 117 100 131 0.11 0.24 0 0.49 272.9 0.13 0.45
Hex 75 64 83 B 18 0 31 111 D 2D
Octal 165 144 203 13 30 0 61 421 15 55
Binary 1110101 1100100 10000011 1011 11000 0 110001 100010001 1101 101101

Color Harmonies of #756483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756483

Black with #756483

Text Example


Text Example

White with #756483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756483; }

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

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

background-color css

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

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

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

border-color css

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

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

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