Html Css Color HEX #726085 Mamba

📋 copy color: '#726085'

red 114 ◦ green 96 ◦ blue 133

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

Shades of Mamba #726085

Tints of Mamba #726085

RGB

 RED value IS 114 (44.92% from 255) = 33.24%

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

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

R = 33.24%
G = 27.99%
B = 38.78%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726085 (or 0x726085) is known color: Mamba. HEX triplet: 72, 60 and 85. RGB value is (114,96,133). Sum of RGB (Red+Green+Blue) = 114+96+133=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #726085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726085 is #8D9F7A. Grayscale: #696969. Windows color (decimal): -9281403 or 8740978. OLE color: 8740978.

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

Color convert

RGB 114 96 133 -
CMYK 0.14 0.28 0 0.48
HSL 269.19º 0.16% 0.45% -
HSV(B) 269.19º 0.28% 0.52% -
XYZ 15.36 13.64 24.01 -
YUV 105.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 114 96 133 0.14 0.28 0 0.48 269.19 0.16 0.45
Hex 72 60 85 E 1C 0 30 10D 10 2D
Octal 162 140 205 16 34 0 60 415 20 55
Binary 1110010 1100000 10000101 1110 11100 0 110000 100001101 10000 101101

Color Harmonies of #726085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726085

Black with #726085

Text Example


Text Example

White with #726085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726085; }

 p { color: rgb(114,96,133); }

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

background-color css

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

 a { background-color: rgb(114,96,133); }

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

border-color css

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

 span { border-color: rgb(114,96,133); }

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