Html Css Color HEX #786089 Mamba

📋 copy color: '#786089'

red 120 ◦ green 96 ◦ blue 137

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

Shades of Mamba #786089

Tints of Mamba #786089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 33.99%
G = 27.2%
B = 38.81%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#786089 (or 0x786089) is known color: Mamba. HEX triplet: 78, 60 and 89. RGB value is (120,96,137). Sum of RGB (Red+Green+Blue) = 120+96+137=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #786089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786089 is #879F76. Grayscale: #6B6B6B. Windows color (decimal): -8888183 or 9003128. OLE color: 9003128.

HSL color Cylindrical-coordinate representation of color #786089: hue angle of 275.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #786089 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 96 137 -
CMYK 0.12 0.30 0 0.46
HSL 275.12º 0.18% 0.46% -
HSV(B) 275.12º 0.3% 0.54% -
XYZ 16.44 14.16 25.53 -
YUV 107.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 120 96 137 0.12 0.30 0 0.46 275.12 0.18 0.46
Hex 78 60 89 C 1E 0 2E 113 12 2E
Octal 170 140 211 14 36 0 56 423 22 56
Binary 1111000 1100000 10001001 1100 11110 0 101110 100010011 10010 101110

Color Harmonies of #786089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786089

Black with #786089

Text Example


Text Example

White with #786089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786089; }

 p { color: rgb(120,96,137); }

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

background-color css

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

 a { background-color: rgb(120,96,137); }

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

border-color css

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

 span { border-color: rgb(120,96,137); }

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