Html Css Color HEX #786595 Scampi

📋 copy color: '#786595'

red 120 ◦ green 101 ◦ blue 149

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

Shades of Scampi #786595

Tints of Scampi #786595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 32.43%
G = 27.3%
B = 40.27%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786595 (or 0x786595) is known color: Scampi. HEX triplet: 78, 65 and 95. RGB value is (120,101,149). Sum of RGB (Red+Green+Blue) = 120+101+149=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #786595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786595 is #879A6A. Grayscale: #6F6F6F. Windows color (decimal): -8886891 or 9790840. OLE color: 9790840.

HSL color Cylindrical-coordinate representation of color #786595: hue angle of 263.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786595 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 101 149 -
CMYK 0.19 0.32 0 0.42
HSL 263.75º 0.19% 0.49% -
HSV(B) 263.75º 0.32% 0.58% -
XYZ 17.82 15.47 30.48 -
YUV 112.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 120 101 149 0.19 0.32 0 0.42 263.75 0.19 0.49
Hex 78 65 95 13 20 0 2A 108 13 31
Octal 170 145 225 23 40 0 52 410 23 61
Binary 1111000 1100101 10010101 10011 100000 0 101010 100001000 10011 110001

Color Harmonies of #786595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786595

Black with #786595

Text Example


Text Example

White with #786595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786595; }

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

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

background-color css

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

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

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

border-color css

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

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

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