Html Css Color HEX #76697C Mamba

📋 copy color: '#76697C'

red 118 ◦ green 105 ◦ blue 124

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

Shades of Mamba #76697C

Tints of Mamba #76697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 34.01%
G = 30.26%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76697C (or 0x76697C) is known color: Mamba. HEX triplet: 76, 69 and 7C. RGB value is (118,105,124). Sum of RGB (Red+Green+Blue) = 118+105+124=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #76697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76697C is #899683. Grayscale: #6E6E6E. Windows color (decimal): -9016964 or 8153462. OLE color: 8153462.

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

Color convert

RGB 118 105 124 -
CMYK 0.05 0.15 0 0.51
HSL 281.05º 0.08% 0.45% -
HSV(B) 281.05º 0.15% 0.49% -
XYZ 16.16 15.41 21.19 -
YUV 111.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 118 105 124 0.05 0.15 0 0.51 281.05 0.08 0.45
Hex 76 69 7C 5 F 0 33 119 8 2D
Octal 166 151 174 5 17 0 63 431 10 55
Binary 1110110 1101001 1111100 101 1111 0 110011 100011001 1000 101101

Color Harmonies of #76697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76697C

Black with #76697C

Text Example


Text Example

White with #76697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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