Html Css Color HEX #72657B Mamba

📋 copy color: '#72657B'

red 114 ◦ green 101 ◦ blue 123

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

Shades of Mamba #72657B

Tints of Mamba #72657B

RGB

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

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

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

R = 33.73%
G = 29.88%
B = 36.39%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72657B (or 0x72657B) is known color: Mamba. HEX triplet: 72, 65 and 7B. RGB value is (114,101,123). Sum of RGB (Red+Green+Blue) = 114+101+123=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #72657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72657B is #8D9A84. Grayscale: #6B6B6B. Windows color (decimal): -9280133 or 8086898. OLE color: 8086898.

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

Color convert

RGB 114 101 123 -
CMYK 0.07 0.18 0 0.52
HSL 275.45º 0.1% 0.44% -
HSV(B) 275.45º 0.18% 0.48% -
XYZ 15.17 14.31 20.7 -
YUV 107.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 114 101 123 0.07 0.18 0 0.52 275.45 0.1 0.44
Hex 72 65 7B 7 12 0 34 113 A 2C
Octal 162 145 173 7 22 0 64 423 12 54
Binary 1110010 1100101 1111011 111 10010 0 110100 100010011 1010 101100

Color Harmonies of #72657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72657B

Black with #72657B

Text Example


Text Example

White with #72657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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