Html Css Color HEX #766288 Mamba

📋 copy color: '#766288'

red 118 ◦ green 98 ◦ blue 136

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

Shades of Mamba #766288

Tints of Mamba #766288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 33.52%
G = 27.84%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766288 (or 0x766288) is known color: Mamba. HEX triplet: 76, 62 and 88. RGB value is (118,98,136). Sum of RGB (Red+Green+Blue) = 118+98+136=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #766288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766288 is #899D77. Grayscale: #6C6C6C. Windows color (decimal): -9018744 or 8938102. OLE color: 8938102.

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

Color convert

RGB 118 98 136 -
CMYK 0.13 0.28 0 0.47
HSL 271.58º 0.16% 0.46% -
HSV(B) 271.58º 0.28% 0.53% -
XYZ 16.28 14.36 25.21 -
YUV 108.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 118 98 136 0.13 0.28 0 0.47 271.58 0.16 0.46
Hex 76 62 88 D 1C 0 2F 110 10 2E
Octal 166 142 210 15 34 0 57 420 20 56
Binary 1110110 1100010 10001000 1101 11100 0 101111 100010000 10000 101110

Color Harmonies of #766288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766288

Black with #766288

Text Example


Text Example

White with #766288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766288; }

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

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

background-color css

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

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

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

border-color css

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

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

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