Html Css Color HEX #72677B Mamba

📋 copy color: '#72677B'

red 114 ◦ green 103 ◦ blue 123

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

Shades of Mamba #72677B

Tints of Mamba #72677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

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

R = 33.53%
G = 30.29%
B = 36.18%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72677B (or 0x72677B) is known color: Mamba. HEX triplet: 72, 67 and 7B. RGB value is (114,103,123). Sum of RGB (Red+Green+Blue) = 114+103+123=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #72677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72677B is #8D9884. Grayscale: #6C6C6C. Windows color (decimal): -9279621 or 8087410. OLE color: 8087410.

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

Color convert

RGB 114 103 123 -
CMYK 0.07 0.16 0 0.52
HSL 273º 0.09% 0.44% -
HSV(B) 273º 0.16% 0.48% -
XYZ 15.36 14.71 20.77 -
YUV 108.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 114 103 123 0.07 0.16 0 0.52 273 0.09 0.44
Hex 72 67 7B 7 10 0 34 111 9 2C
Octal 162 147 173 7 20 0 64 421 11 54
Binary 1110010 1100111 1111011 111 10000 0 110100 100010001 1001 101100

Color Harmonies of #72677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72677B

Black with #72677B

Text Example


Text Example

White with #72677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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