Html Css Color HEX #76707A Mamba

📋 copy color: '#76707A'

red 118 ◦ green 112 ◦ blue 122

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

Shades of Mamba #76707A

Tints of Mamba #76707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 33.52%
G = 31.82%
B = 34.66%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76707A (or 0x76707A) is known color: Mamba. HEX triplet: 76, 70 and 7A. RGB value is (118,112,122). Sum of RGB (Red+Green+Blue) = 118+112+122=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #76707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707A is #898F85. Grayscale: #727272. Windows color (decimal): -9015174 or 8024182. OLE color: 8024182.

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

Color convert

RGB 118 112 122 -
CMYK 0.03 0.08 0 0.52
HSL 276º 0.04% 0.46% -
HSV(B) 276º 0.08% 0.48% -
XYZ 16.78 16.85 20.78 -
YUV 114.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 118 112 122 0.03 0.08 0 0.52 276 0.04 0.46
Hex 76 70 7A 3 8 0 34 114 4 2E
Octal 166 160 172 3 10 0 64 424 4 56
Binary 1110110 1110000 1111010 11 1000 0 110100 100010100 100 101110

Color Harmonies of #76707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76707A

Black with #76707A

Text Example


Text Example

White with #76707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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