Html Css Color HEX #786988 Mamba

📋 copy color: '#786988'

red 120 ◦ green 105 ◦ blue 136

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

Shades of Mamba #786988

Tints of Mamba #786988

RGB

 RED value IS 120 (47.27% from 255) = 33.24%

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

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

R = 33.24%
G = 29.09%
B = 37.67%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#786988 (or 0x786988) is known color: Mamba. HEX triplet: 78, 69 and 88. RGB value is (120,105,136). Sum of RGB (Red+Green+Blue) = 120+105+136=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #786988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786988 is #879677. Grayscale: #707070. Windows color (decimal): -8885880 or 8939896. OLE color: 8939896.

HSL color Cylindrical-coordinate representation of color #786988: hue angle of 269.03º 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 #786988 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 105 136 -
CMYK 0.12 0.23 0 0.47
HSL 269.03º 0.13% 0.47% -
HSV(B) 269.03º 0.23% 0.53% -
XYZ 17.24 15.87 25.45 -
YUV 113.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 120 105 136 0.12 0.23 0 0.47 269.03 0.13 0.47
Hex 78 69 88 C 17 0 2F 10D D 2F
Octal 170 151 210 14 27 0 57 415 15 57
Binary 1111000 1101001 10001000 1100 10111 0 101111 100001101 1101 101111

Color Harmonies of #786988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786988

Black with #786988

Text Example


Text Example

White with #786988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786988; }

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

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

background-color css

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

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

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

border-color css

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

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

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