Html Css Color HEX #786E95 Scampi

📋 copy color: '#786E95'

red 120 ◦ green 110 ◦ blue 149

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

Shades of Scampi #786E95

Tints of Scampi #786E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

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

R = 31.66%
G = 29.02%
B = 39.31%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#786E95 (or 0x786E95) is known color: Scampi. HEX triplet: 78, 6E and 95. RGB value is (120,110,149). Sum of RGB (Red+Green+Blue) = 120+110+149=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #786E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786E95 is #87916A. Grayscale: #757575. Windows color (decimal): -8884587 or 9793144. OLE color: 9793144.

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

Color convert

RGB 120 110 149 -
CMYK 0.19 0.26 0 0.42
HSL 255.38º 0.16% 0.51% -
HSV(B) 255.38º 0.26% 0.58% -
XYZ 18.75 17.31 30.79 -
YUV 117.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 120 110 149 0.19 0.26 0 0.42 255.38 0.16 0.51
Hex 78 6E 95 13 1A 0 2A FF 10 33
Octal 170 156 225 23 32 0 52 377 20 63
Binary 1111000 1101110 10010101 10011 11010 0 101010 11111111 10000 110011

Color Harmonies of #786E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E95

Black with #786E95

Text Example


Text Example

White with #786E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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