Html Css Color HEX #786188 Mamba

📋 copy color: '#786188'

red 120 ◦ green 97 ◦ blue 136

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

Shades of Mamba #786188

Tints of Mamba #786188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 33.99%
G = 27.48%
B = 38.53%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#786188 (or 0x786188) is known color: Mamba. HEX triplet: 78, 61 and 88. RGB value is (120,97,136). Sum of RGB (Red+Green+Blue) = 120+97+136=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 97 (38.28% from 255 or 27.48% 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 #786188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786188 is #879E77. Grayscale: #6C6C6C. Windows color (decimal): -8887928 or 8937848. OLE color: 8937848.

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

Color convert

RGB 120 97 136 -
CMYK 0.12 0.29 0 0.47
HSL 275.38º 0.17% 0.46% -
HSV(B) 275.38º 0.29% 0.53% -
XYZ 16.46 14.32 25.19 -
YUV 108.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 120 97 136 0.12 0.29 0 0.47 275.38 0.17 0.46
Hex 78 61 88 C 1D 0 2F 113 11 2E
Octal 170 141 210 14 35 0 57 423 21 56
Binary 1111000 1100001 10001000 1100 11101 0 101111 100010011 10001 101110

Color Harmonies of #786188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786188

Black with #786188

Text Example


Text Example

White with #786188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786188; }

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

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

background-color css

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

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

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

border-color css

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

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

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