Html Css Color HEX #756185 Mamba

📋 copy color: '#756185'

red 117 ◦ green 97 ◦ blue 133

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

Shades of Mamba #756185

Tints of Mamba #756185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 33.72%
G = 27.95%
B = 38.33%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756185 (or 0x756185) is known color: Mamba. HEX triplet: 75, 61 and 85. RGB value is (117,97,133). Sum of RGB (Red+Green+Blue) = 117+97+133=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #756185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756185 is #8A9E7A. Grayscale: #6A6A6A. Windows color (decimal): -9084539 or 8741237. OLE color: 8741237.

HSL color Cylindrical-coordinate representation of color #756185: hue angle of 273.33º 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 #756185 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 97 133 -
CMYK 0.12 0.27 0 0.48
HSL 273.33º 0.16% 0.45% -
HSV(B) 273.33º 0.27% 0.52% -
XYZ 15.84 14.02 24.06 -
YUV 107.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 117 97 133 0.12 0.27 0 0.48 273.33 0.16 0.45
Hex 75 61 85 C 1B 0 30 111 10 2D
Octal 165 141 205 14 33 0 60 421 20 55
Binary 1110101 1100001 10000101 1100 11011 0 110000 100010001 10000 101101

Color Harmonies of #756185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756185

Black with #756185

Text Example


Text Example

White with #756185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756185; }

 p { color: rgb(117,97,133); }

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

background-color css

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

 a { background-color: rgb(117,97,133); }

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

border-color css

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

 span { border-color: rgb(117,97,133); }

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