Html Css Color HEX #72657A Mamba

📋 copy color: '#72657A'

red 114 ◦ green 101 ◦ blue 122

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

Shades of Mamba #72657A

Tints of Mamba #72657A

RGB

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

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

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

R = 33.83%
G = 29.97%
B = 36.2%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72657A (or 0x72657A) is known color: Mamba. HEX triplet: 72, 65 and 7A. RGB value is (114,101,122). Sum of RGB (Red+Green+Blue) = 114+101+122=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #72657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72657A is #8D9A85. Grayscale: #6B6B6B. Windows color (decimal): -9280134 or 8021362. OLE color: 8021362.

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

Color convert

RGB 114 101 122 -
CMYK 0.07 0.17 0 0.52
HSL 277.14º 0.09% 0.44% -
HSV(B) 277.14º 0.17% 0.48% -
XYZ 15.11 14.29 20.37 -
YUV 107.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 114 101 122 0.07 0.17 0 0.52 277.14 0.09 0.44
Hex 72 65 7A 7 11 0 34 115 9 2C
Octal 162 145 172 7 21 0 64 425 11 54
Binary 1110010 1100101 1111010 111 10001 0 110100 100010101 1001 101100

Color Harmonies of #72657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72657A

Black with #72657A

Text Example


Text Example

White with #72657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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