Html Css Color HEX #72687A Mamba

📋 copy color: '#72687A'

red 114 ◦ green 104 ◦ blue 122

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

Shades of Mamba #72687A

Tints of Mamba #72687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 33.53%
G = 30.59%
B = 35.88%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72687A (or 0x72687A) is known color: Mamba. HEX triplet: 72, 68 and 7A. RGB value is (114,104,122). Sum of RGB (Red+Green+Blue) = 114+104+122=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #72687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687A is #8D9785. Grayscale: #6C6C6C. Windows color (decimal): -9279366 or 8022130. OLE color: 8022130.

HSL color Cylindrical-coordinate representation of color #72687A: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #72687A is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 104 122 -
CMYK 0.07 0.15 0 0.52
HSL 273.33º 0.08% 0.44% -
HSV(B) 273.33º 0.15% 0.48% -
XYZ 15.4 14.88 20.47 -
YUV 109.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 114 104 122 0.07 0.15 0 0.52 273.33 0.08 0.44
Hex 72 68 7A 7 F 0 34 111 8 2C
Octal 162 150 172 7 17 0 64 421 10 54
Binary 1110010 1101000 1111010 111 1111 0 110100 100010001 1000 101100

Color Harmonies of #72687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72687A

Black with #72687A

Text Example


Text Example

White with #72687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72687A; }

 p { color: rgb(114,104,122); }

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

background-color css

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

 a { background-color: rgb(114,104,122); }

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

border-color css

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

 span { border-color: rgb(114,104,122); }

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