Html Css Color HEX #756084 Mamba

📋 copy color: '#756084'

red 117 ◦ green 96 ◦ blue 132

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

Shades of Mamba #756084

Tints of Mamba #756084

RGB

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

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

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

R = 33.91%
G = 27.83%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756084 (or 0x756084) is known color: Mamba. HEX triplet: 75, 60 and 84. RGB value is (117,96,132). Sum of RGB (Red+Green+Blue) = 117+96+132=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #756084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756084 is #8A9F7B. Grayscale: #6A6A6A. Windows color (decimal): -9084796 or 8675445. OLE color: 8675445.

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

Color convert

RGB 117 96 132 -
CMYK 0.11 0.27 0 0.48
HSL 275º 0.16% 0.45% -
HSV(B) 275º 0.27% 0.52% -
XYZ 15.68 13.81 23.67 -
YUV 106.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 117 96 132 0.11 0.27 0 0.48 275 0.16 0.45
Hex 75 60 84 B 1B 0 30 113 10 2D
Octal 165 140 204 13 33 0 60 423 20 55
Binary 1110101 1100000 10000100 1011 11011 0 110000 100010011 10000 101101

Color Harmonies of #756084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756084

Black with #756084

Text Example


Text Example

White with #756084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756084; }

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

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

background-color css

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

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

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

border-color css

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

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

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