Html Css Color HEX #726581 Mamba

📋 copy color: '#726581'

red 114 ◦ green 101 ◦ blue 129

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

Shades of Mamba #726581

Tints of Mamba #726581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 33.14%
G = 29.36%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#726581 (or 0x726581) is known color: Mamba. HEX triplet: 72, 65 and 81. RGB value is (114,101,129). Sum of RGB (Red+Green+Blue) = 114+101+129=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #726581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726581 is #8D9A7E. Grayscale: #6B6B6B. Windows color (decimal): -9280127 or 8480114. OLE color: 8480114.

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

Color convert

RGB 114 101 129 -
CMYK 0.12 0.22 0 0.49
HSL 267.86º 0.12% 0.45% -
HSV(B) 267.86º 0.22% 0.51% -
XYZ 15.56 14.47 22.74 -
YUV 108.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 114 101 129 0.12 0.22 0 0.49 267.86 0.12 0.45
Hex 72 65 81 C 16 0 31 10C C 2D
Octal 162 145 201 14 26 0 61 414 14 55
Binary 1110010 1100101 10000001 1100 10110 0 110001 100001100 1100 101101

Color Harmonies of #726581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726581

Black with #726581

Text Example


Text Example

White with #726581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726581; }

 p { color: rgb(114,101,129); }

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

background-color css

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

 a { background-color: rgb(114,101,129); }

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

border-color css

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

 span { border-color: rgb(114,101,129); }

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