Html Css Color HEX #76667F Mamba

📋 copy color: '#76667F'

red 118 ◦ green 102 ◦ blue 127

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

Shades of Mamba #76667F

Tints of Mamba #76667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 34.01%
G = 29.39%
B = 36.6%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76667F (or 0x76667F) is known color: Mamba. HEX triplet: 76, 66 and 7F. RGB value is (118,102,127). Sum of RGB (Red+Green+Blue) = 118+102+127=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #76667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667F is #899980. Grayscale: #6D6D6D. Windows color (decimal): -9017729 or 8349302. OLE color: 8349302.

HSL color Cylindrical-coordinate representation of color #76667F: hue angle of 278.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76667F is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 102 127 -
CMYK 0.07 0.20 0 0.50
HSL 278.4º 0.11% 0.45% -
HSV(B) 278.4º 0.2% 0.5% -
XYZ 16.05 14.89 22.11 -
YUV 109.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 118 102 127 0.07 0.20 0 0.50 278.4 0.11 0.45
Hex 76 66 7F 7 14 0 32 116 B 2D
Octal 166 146 177 7 24 0 62 426 13 55
Binary 1110110 1100110 1111111 111 10100 0 110010 100010110 1011 101101

Color Harmonies of #76667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76667F

Black with #76667F

Text Example


Text Example

White with #76667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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