Html Css Color HEX #786885 Mamba

📋 copy color: '#786885'

red 120 ◦ green 104 ◦ blue 133

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

Shades of Mamba #786885

Tints of Mamba #786885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 33.61%
G = 29.13%
B = 37.25%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#786885 (or 0x786885) is known color: Mamba. HEX triplet: 78, 68 and 85. RGB value is (120,104,133). Sum of RGB (Red+Green+Blue) = 120+104+133=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #786885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786885 is #87977A. Grayscale: #6F6F6F. Windows color (decimal): -8886139 or 8743032. OLE color: 8743032.

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

Color convert

RGB 120 104 133 -
CMYK 0.10 0.22 0 0.48
HSL 273.1º 0.12% 0.46% -
HSV(B) 273.1º 0.22% 0.52% -
XYZ 16.93 15.59 24.31 -
YUV 112.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 120 104 133 0.10 0.22 0 0.48 273.1 0.12 0.46
Hex 78 68 85 A 16 0 30 111 C 2E
Octal 170 150 205 12 26 0 60 421 14 56
Binary 1111000 1101000 10000101 1010 10110 0 110000 100010001 1100 101110

Color Harmonies of #786885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786885

Black with #786885

Text Example


Text Example

White with #786885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786885; }

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

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

background-color css

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

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

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

border-color css

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

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

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