Html Css Color HEX #766988 Mamba

📋 copy color: '#766988'

red 118 ◦ green 105 ◦ blue 136

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

Shades of Mamba #766988

Tints of Mamba #766988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 32.87%
G = 29.25%
B = 37.88%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766988 (or 0x766988) is known color: Mamba. HEX triplet: 76, 69 and 88. RGB value is (118,105,136). Sum of RGB (Red+Green+Blue) = 118+105+136=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #766988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766988 is #899677. Grayscale: #707070. Windows color (decimal): -9016952 or 8939894. OLE color: 8939894.

HSL color Cylindrical-coordinate representation of color #766988: hue angle of 265.16º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766988 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 105 136 -
CMYK 0.13 0.23 0 0.47
HSL 265.16º 0.13% 0.47% -
HSV(B) 265.16º 0.23% 0.53% -
XYZ 16.97 15.73 25.43 -
YUV 112.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 118 105 136 0.13 0.23 0 0.47 265.16 0.13 0.47
Hex 76 69 88 D 17 0 2F 109 D 2F
Octal 166 151 210 15 27 0 57 411 15 57
Binary 1110110 1101001 10001000 1101 10111 0 101111 100001001 1101 101111

Color Harmonies of #766988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766988

Black with #766988

Text Example


Text Example

White with #766988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766988; }

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

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

background-color css

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

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

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

border-color css

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

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

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