Html Css Color HEX #76727B Mamba

📋 copy color: '#76727B'

red 118 ◦ green 114 ◦ blue 123

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

Shades of Mamba #76727B

Tints of Mamba #76727B

RGB

 RED value IS 118 (46.48% from 255) = 33.24%

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 33.24%
G = 32.11%
B = 34.65%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76727B (or 0x76727B) is known color: Mamba. HEX triplet: 76, 72 and 7B. RGB value is (118,114,123). Sum of RGB (Red+Green+Blue) = 118+114+123=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #76727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76727B is #898D84. Grayscale: #747474. Windows color (decimal): -9014661 or 8090230. OLE color: 8090230.

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

Color convert

RGB 118 114 123 -
CMYK 0.04 0.07 0 0.52
HSL 266.67º 0.04% 0.46% -
HSV(B) 266.67º 0.07% 0.48% -
XYZ 17.06 17.32 21.18 -
YUV 116.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 118 114 123 0.04 0.07 0 0.52 266.67 0.04 0.46
Hex 76 72 7B 4 7 0 34 10B 4 2E
Octal 166 162 173 4 7 0 64 413 4 56
Binary 1110110 1110010 1111011 100 111 0 110100 100001011 100 101110

Color Harmonies of #76727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76727B

Black with #76727B

Text Example


Text Example

White with #76727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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