Html Css Color HEX #766181 Mamba

📋 copy color: '#766181'

red 118 ◦ green 97 ◦ blue 129

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

Shades of Mamba #766181

Tints of Mamba #766181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 34.3%
G = 28.2%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766181 (or 0x766181) is known color: Mamba. HEX triplet: 76, 61 and 81. RGB value is (118,97,129). Sum of RGB (Red+Green+Blue) = 118+97+129=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #766181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766181 is #899E7E. Grayscale: #6A6A6A. Windows color (decimal): -9019007 or 8479094. OLE color: 8479094.

HSL color Cylindrical-coordinate representation of color #766181: hue angle of 279.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766181 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 97 129 -
CMYK 0.09 0.25 0 0.49
HSL 279.38º 0.14% 0.44% -
HSV(B) 279.38º 0.25% 0.51% -
XYZ 15.71 13.99 22.64 -
YUV 106.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 118 97 129 0.09 0.25 0 0.49 279.38 0.14 0.44
Hex 76 61 81 9 19 0 31 117 E 2C
Octal 166 141 201 11 31 0 61 427 16 54
Binary 1110110 1100001 10000001 1001 11001 0 110001 100010111 1110 101100

Color Harmonies of #766181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766181

Black with #766181

Text Example


Text Example

White with #766181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766181; }

 p { color: rgb(118,97,129); }

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

background-color css

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

 a { background-color: rgb(118,97,129); }

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

border-color css

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

 span { border-color: rgb(118,97,129); }

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