Html Css Color HEX #76737A Mamba

📋 copy color: '#76737A'

red 118 ◦ green 115 ◦ blue 122

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

Shades of Mamba #76737A

Tints of Mamba #76737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 33.24%
G = 32.39%
B = 34.37%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76737A (or 0x76737A) is known color: Mamba. HEX triplet: 76, 73 and 7A. RGB value is (118,115,122). Sum of RGB (Red+Green+Blue) = 118+115+122=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #76737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76737A is #898C85. Grayscale: #747474. Windows color (decimal): -9014406 or 8024950. OLE color: 8024950.

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

Color convert

RGB 118 115 122 -
CMYK 0.03 0.06 0 0.52
HSL 265.71º 0.03% 0.46% -
HSV(B) 265.71º 0.06% 0.48% -
XYZ 17.11 17.52 20.89 -
YUV 116.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 118 115 122 0.03 0.06 0 0.52 265.71 0.03 0.46
Hex 76 73 7A 3 6 0 34 10A 3 2E
Octal 166 163 172 3 6 0 64 412 3 56
Binary 1110110 1110011 1111010 11 110 0 110100 100001010 11 101110

Color Harmonies of #76737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76737A

Black with #76737A

Text Example


Text Example

White with #76737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,115,122); }

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

background-color css

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

 a { background-color: rgb(118,115,122); }

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

border-color css

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

 span { border-color: rgb(118,115,122); }

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