Html Css Color HEX #726C7B Mamba

📋 copy color: '#726C7B'

red 114 ◦ green 108 ◦ blue 123

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

Shades of Mamba #726C7B

Tints of Mamba #726C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 33.04%
G = 31.3%
B = 35.65%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#726C7B (or 0x726C7B) is known color: Mamba. HEX triplet: 72, 6C and 7B. RGB value is (114,108,123). Sum of RGB (Red+Green+Blue) = 114+108+123=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #726C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C7B is #8D9384. Grayscale: #6F6F6F. Windows color (decimal): -9278341 or 8088690. OLE color: 8088690.

HSL color Cylindrical-coordinate representation of color #726C7B: hue angle of 264º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #726C7B is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 108 123 -
CMYK 0.07 0.12 0 0.52
HSL 264º 0.06% 0.45% -
HSV(B) 264º 0.12% 0.48% -
XYZ 15.88 15.73 20.94 -
YUV 111.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 114 108 123 0.07 0.12 0 0.52 264 0.06 0.45
Hex 72 6C 7B 7 C 0 34 108 6 2D
Octal 162 154 173 7 14 0 64 410 6 55
Binary 1110010 1101100 1111011 111 1100 0 110100 100001000 110 101101

Color Harmonies of #726C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C7B

Black with #726C7B

Text Example


Text Example

White with #726C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C7B; }

 p { color: rgb(114,108,123); }

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

background-color css

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

 a { background-color: rgb(114,108,123); }

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

border-color css

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

 span { border-color: rgb(114,108,123); }

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