Html Css Color HEX #72697A Mamba

📋 copy color: '#72697A'

red 114 ◦ green 105 ◦ blue 122

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

Shades of Mamba #72697A

Tints of Mamba #72697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 33.43%
G = 30.79%
B = 35.78%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72697A (or 0x72697A) is known color: Mamba. HEX triplet: 72, 69 and 7A. RGB value is (114,105,122). Sum of RGB (Red+Green+Blue) = 114+105+122=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 122 - color contains mainly: blue. Hex color #72697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72697A is #8D9685. Grayscale: #6D6D6D. Windows color (decimal): -9279110 or 8022386. OLE color: 8022386.

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

Color convert

RGB 114 105 122 -
CMYK 0.07 0.14 0 0.52
HSL 271.76º 0.07% 0.45% -
HSV(B) 271.76º 0.14% 0.48% -
XYZ 15.5 15.09 20.51 -
YUV 109.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 114 105 122 0.07 0.14 0 0.52 271.76 0.07 0.45
Hex 72 69 7A 7 E 0 34 110 7 2D
Octal 162 151 172 7 16 0 64 420 7 55
Binary 1110010 1101001 1111010 111 1110 0 110100 100010000 111 101101

Color Harmonies of #72697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72697A

Black with #72697A

Text Example


Text Example

White with #72697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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