Html Css Color HEX #766388 Mamba

📋 copy color: '#766388'

red 118 ◦ green 99 ◦ blue 136

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

Shades of Mamba #766388

Tints of Mamba #766388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 33.43%
G = 28.05%
B = 38.53%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766388 (or 0x766388) is known color: Mamba. HEX triplet: 76, 63 and 88. RGB value is (118,99,136). Sum of RGB (Red+Green+Blue) = 118+99+136=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #766388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766388 is #899C77. Grayscale: #6C6C6C. Windows color (decimal): -9018488 or 8938358. OLE color: 8938358.

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

Color convert

RGB 118 99 136 -
CMYK 0.13 0.27 0 0.47
HSL 270.81º 0.16% 0.46% -
HSV(B) 270.81º 0.27% 0.53% -
XYZ 16.38 14.55 25.24 -
YUV 108.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 118 99 136 0.13 0.27 0 0.47 270.81 0.16 0.46
Hex 76 63 88 D 1B 0 2F 10F 10 2E
Octal 166 143 210 15 33 0 57 417 20 56
Binary 1110110 1100011 10001000 1101 11011 0 101111 100001111 10000 101110

Color Harmonies of #766388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766388

Black with #766388

Text Example


Text Example

White with #766388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766388; }

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

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

background-color css

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

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

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

border-color css

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

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

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