Html Css Color HEX #766888 Mamba

📋 copy color: '#766888'

red 118 ◦ green 104 ◦ blue 136

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

Shades of Mamba #766888

Tints of Mamba #766888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 32.96%
G = 29.05%
B = 37.99%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766888 (or 0x766888) is known color: Mamba. HEX triplet: 76, 68 and 88. RGB value is (118,104,136). Sum of RGB (Red+Green+Blue) = 118+104+136=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #766888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766888 is #899777. Grayscale: #6F6F6F. Windows color (decimal): -9017208 or 8939638. OLE color: 8939638.

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

Color convert

RGB 118 104 136 -
CMYK 0.13 0.24 0 0.47
HSL 266.25º 0.13% 0.47% -
HSV(B) 266.25º 0.24% 0.53% -
XYZ 16.87 15.53 25.4 -
YUV 111.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 118 104 136 0.13 0.24 0 0.47 266.25 0.13 0.47
Hex 76 68 88 D 18 0 2F 10A D 2F
Octal 166 150 210 15 30 0 57 412 15 57
Binary 1110110 1101000 10001000 1101 11000 0 101111 100001010 1101 101111

Color Harmonies of #766888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766888

Black with #766888

Text Example


Text Example

White with #766888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766888; }

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

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

background-color css

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

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

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

border-color css

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

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

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