Html Css Color HEX #735F84 Mamba

📋 copy color: '#735F84'

red 115 ◦ green 95 ◦ blue 132

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

Shades of Mamba #735F84

Tints of Mamba #735F84

RGB

 RED value IS 115 (45.31% from 255) = 33.63%

 GREEN value IS 95 (37.5% from 255) = 27.78%

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

R = 33.63%
G = 27.78%
B = 38.6%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#735F84 (or 0x735F84) is known color: Mamba. HEX triplet: 73, 5F and 84. RGB value is (115,95,132). Sum of RGB (Red+Green+Blue) = 115+95+132=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #735F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F84 is #8CA07B. Grayscale: #696969. Windows color (decimal): -9216124 or 8675187. OLE color: 8675187.

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

Color convert

RGB 115 95 132 -
CMYK 0.13 0.28 0 0.48
HSL 272.43º 0.16% 0.45% -
HSV(B) 272.43º 0.28% 0.52% -
XYZ 15.33 13.5 23.63 -
YUV 105.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 115 95 132 0.13 0.28 0 0.48 272.43 0.16 0.45
Hex 73 5F 84 D 1C 0 30 110 10 2D
Octal 163 137 204 15 34 0 60 420 20 55
Binary 1110011 1011111 10000100 1101 11100 0 110000 100010000 10000 101101

Color Harmonies of #735F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F84

Black with #735F84

Text Example


Text Example

White with #735F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735F84; }

 p { color: rgb(115,95,132); }

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

background-color css

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

 a { background-color: rgb(115,95,132); }

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

border-color css

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

 span { border-color: rgb(115,95,132); }

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