Html Css Color HEX #756083 Mamba

📋 copy color: '#756083'

red 117 ◦ green 96 ◦ blue 131

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

Shades of Mamba #756083

Tints of Mamba #756083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 34.01%
G = 27.91%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#756083 (or 0x756083) is known color: Mamba. HEX triplet: 75, 60 and 83. RGB value is (117,96,131). Sum of RGB (Red+Green+Blue) = 117+96+131=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #756083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756083 is #8A9F7C. Grayscale: #6A6A6A. Windows color (decimal): -9084797 or 8609909. OLE color: 8609909.

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

Color convert

RGB 117 96 131 -
CMYK 0.11 0.27 0 0.49
HSL 276º 0.15% 0.45% -
HSV(B) 276º 0.27% 0.51% -
XYZ 15.62 13.79 23.31 -
YUV 106.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 117 96 131 0.11 0.27 0 0.49 276 0.15 0.45
Hex 75 60 83 B 1B 0 31 114 F 2D
Octal 165 140 203 13 33 0 61 424 17 55
Binary 1110101 1100000 10000011 1011 11011 0 110001 100010100 1111 101101

Color Harmonies of #756083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756083

Black with #756083

Text Example


Text Example

White with #756083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756083; }

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

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

background-color css

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

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

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

border-color css

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

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

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