Html Css Color HEX #72697B Mamba

📋 copy color: '#72697B'

red 114 ◦ green 105 ◦ blue 123

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

Shades of Mamba #72697B

Tints of Mamba #72697B

RGB

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

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

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

R = 33.33%
G = 30.7%
B = 35.96%

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

#72697B (or 0x72697B) is known color: Mamba. HEX triplet: 72, 69 and 7B. RGB value is (114,105,123). Sum of RGB (Red+Green+Blue) = 114+105+123=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #72697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72697B is #8D9684. Grayscale: #6D6D6D. Windows color (decimal): -9279109 or 8087922. OLE color: 8087922.

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

Color convert

RGB 114 105 123 -
CMYK 0.07 0.15 0 0.52
HSL 270º 0.08% 0.45% -
HSV(B) 270º 0.15% 0.48% -
XYZ 15.57 15.11 20.84 -
YUV 109.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 114 105 123 0.07 0.15 0 0.52 270 0.08 0.45
Hex 72 69 7B 7 F 0 34 10E 8 2D
Octal 162 151 173 7 17 0 64 416 10 55
Binary 1110010 1101001 1111011 111 1111 0 110100 100001110 1000 101101

Color Harmonies of #72697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72697B

Black with #72697B

Text Example


Text Example

White with #72697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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