Html Css Color HEX #76707C Mamba

📋 copy color: '#76707C'

red 118 ◦ green 112 ◦ blue 124

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

Shades of Mamba #76707C

Tints of Mamba #76707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 33.33%
G = 31.64%
B = 35.03%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76707C (or 0x76707C) is known color: Mamba. HEX triplet: 76, 70 and 7C. RGB value is (118,112,124). Sum of RGB (Red+Green+Blue) = 118+112+124=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #76707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707C is #898F83. Grayscale: #737373. Windows color (decimal): -9015172 or 8155254. OLE color: 8155254.

HSL color Cylindrical-coordinate representation of color #76707C: hue angle of 270º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76707C is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 112 124 -
CMYK 0.05 0.10 0 0.51
HSL 270º 0.05% 0.46% -
HSV(B) 270º 0.1% 0.49% -
XYZ 16.9 16.9 21.44 -
YUV 115.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 118 112 124 0.05 0.10 0 0.51 270 0.05 0.46
Hex 76 70 7C 5 A 0 33 10E 5 2E
Octal 166 160 174 5 12 0 63 416 5 56
Binary 1110110 1110000 1111100 101 1010 0 110011 100001110 101 101110

Color Harmonies of #76707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76707C

Black with #76707C

Text Example


Text Example

White with #76707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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