Html Css Color HEX #756583 Mamba

📋 copy color: '#756583'

red 117 ◦ green 101 ◦ blue 131

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

Shades of Mamba #756583

Tints of Mamba #756583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 33.52%
G = 28.94%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756583 (or 0x756583) is known color: Mamba. HEX triplet: 75, 65 and 83. RGB value is (117,101,131). Sum of RGB (Red+Green+Blue) = 117+101+131=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #756583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756583 is #8A9A7C. Grayscale: #6D6D6D. Windows color (decimal): -9083517 or 8611189. OLE color: 8611189.

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

Color convert

RGB 117 101 131 -
CMYK 0.11 0.23 0 0.49
HSL 272º 0.13% 0.45% -
HSV(B) 272º 0.23% 0.51% -
XYZ 16.09 14.73 23.47 -
YUV 109.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 117 101 131 0.11 0.23 0 0.49 272 0.13 0.45
Hex 75 65 83 B 17 0 31 110 D 2D
Octal 165 145 203 13 27 0 61 420 15 55
Binary 1110101 1100101 10000011 1011 10111 0 110001 100010000 1101 101101

Color Harmonies of #756583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756583

Black with #756583

Text Example


Text Example

White with #756583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756583; }

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

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

background-color css

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

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

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

border-color css

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

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

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