Html Css Color HEX #786685 Mamba

📋 copy color: '#786685'

red 120 ◦ green 102 ◦ blue 133

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

Shades of Mamba #786685

Tints of Mamba #786685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

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

R = 33.8%
G = 28.73%
B = 37.46%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#786685 (or 0x786685) is known color: Mamba. HEX triplet: 78, 66 and 85. RGB value is (120,102,133). Sum of RGB (Red+Green+Blue) = 120+102+133=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #786685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786685 is #87997A. Grayscale: #6E6E6E. Windows color (decimal): -8886651 or 8742520. OLE color: 8742520.

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

Color convert

RGB 120 102 133 -
CMYK 0.10 0.23 0 0.48
HSL 274.84º 0.13% 0.46% -
HSV(B) 274.84º 0.23% 0.52% -
XYZ 16.73 15.19 24.24 -
YUV 110.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 120 102 133 0.10 0.23 0 0.48 274.84 0.13 0.46
Hex 78 66 85 A 17 0 30 113 D 2E
Octal 170 146 205 12 27 0 60 423 15 56
Binary 1111000 1100110 10000101 1010 10111 0 110000 100010011 1101 101110

Color Harmonies of #786685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786685

Black with #786685

Text Example


Text Example

White with #786685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786685; }

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

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

background-color css

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

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

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

border-color css

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

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

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