Html Css Color HEX #76707F Mamba

📋 copy color: '#76707F'

red 118 ◦ green 112 ◦ blue 127

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

Shades of Mamba #76707F

Tints of Mamba #76707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 33.05%
G = 31.37%
B = 35.57%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76707F (or 0x76707F) is known color: Mamba. HEX triplet: 76, 70 and 7F. RGB value is (118,112,127). Sum of RGB (Red+Green+Blue) = 118+112+127=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #76707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707F is #898F80. Grayscale: #737373. Windows color (decimal): -9015169 or 8351862. OLE color: 8351862.

HSL color Cylindrical-coordinate representation of color #76707F: hue angle of 264º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76707F is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 112 127 -
CMYK 0.07 0.12 0 0.50
HSL 264º 0.06% 0.47% -
HSV(B) 264º 0.12% 0.5% -
XYZ 17.1 16.97 22.45 -
YUV 115.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 118 112 127 0.07 0.12 0 0.50 264 0.06 0.47
Hex 76 70 7F 7 C 0 32 108 6 2F
Octal 166 160 177 7 14 0 62 410 6 57
Binary 1110110 1110000 1111111 111 1100 0 110010 100001000 110 101111

Color Harmonies of #76707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76707F

Black with #76707F

Text Example


Text Example

White with #76707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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