Html Css Color HEX #786C93 Scampi

📋 copy color: '#786C93'

red 120 ◦ green 108 ◦ blue 147

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

Shades of Scampi #786C93

Tints of Scampi #786C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 32%
G = 28.8%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786C93 (or 0x786C93) is known color: Scampi. HEX triplet: 78, 6C and 93. RGB value is (120,108,147). Sum of RGB (Red+Green+Blue) = 120+108+147=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #786C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C93 is #87936C. Grayscale: #737373. Windows color (decimal): -8885101 or 9661560. OLE color: 9661560.

HSL color Cylindrical-coordinate representation of color #786C93: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786C93 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 108 147 -
CMYK 0.18 0.27 0 0.42
HSL 258.46º 0.15% 0.5% -
HSV(B) 258.46º 0.27% 0.58% -
XYZ 18.37 16.82 29.88 -
YUV 116.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 120 108 147 0.18 0.27 0 0.42 258.46 0.15 0.5
Hex 78 6C 93 12 1B 0 2A 102 F 32
Octal 170 154 223 22 33 0 52 402 17 62
Binary 1111000 1101100 10010011 10010 11011 0 101010 100000010 1111 110010

Color Harmonies of #786C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C93

Black with #786C93

Text Example


Text Example

White with #786C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C93; }

 p { color: rgb(120,108,147); }

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

background-color css

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

 a { background-color: rgb(120,108,147); }

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

border-color css

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

 span { border-color: rgb(120,108,147); }

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