Html Css Color HEX #786585 Mamba

📋 copy color: '#786585'

red 120 ◦ green 101 ◦ blue 133

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

Shades of Mamba #786585

Tints of Mamba #786585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 33.9%
G = 28.53%
B = 37.57%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#786585 (or 0x786585) is known color: Mamba. HEX triplet: 78, 65 and 85. RGB value is (120,101,133). Sum of RGB (Red+Green+Blue) = 120+101+133=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #786585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786585 is #879A7A. Grayscale: #6E6E6E. Windows color (decimal): -8886907 or 8742264. OLE color: 8742264.

HSL color Cylindrical-coordinate representation of color #786585: hue angle of 275.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786585 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 101 133 -
CMYK 0.10 0.24 0 0.48
HSL 275.63º 0.14% 0.46% -
HSV(B) 275.63º 0.24% 0.52% -
XYZ 16.63 14.99 24.21 -
YUV 110.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 120 101 133 0.10 0.24 0 0.48 275.63 0.14 0.46
Hex 78 65 85 A 18 0 30 114 E 2E
Octal 170 145 205 12 30 0 60 424 16 56
Binary 1111000 1100101 10000101 1010 11000 0 110000 100010100 1110 101110

Color Harmonies of #786585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786585

Black with #786585

Text Example


Text Example

White with #786585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786585; }

 p { color: rgb(120,101,133); }

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

background-color css

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

 a { background-color: rgb(120,101,133); }

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

border-color css

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

 span { border-color: rgb(120,101,133); }

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