Html Css Color HEX #786E9A Scampi

📋 copy color: '#786E9A'

red 120 ◦ green 110 ◦ blue 154

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

Shades of Scampi #786E9A

Tints of Scampi #786E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 31.25%
G = 28.65%
B = 40.1%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#786E9A (or 0x786E9A) is known color: Scampi. HEX triplet: 78, 6E and 9A. RGB value is (120,110,154). Sum of RGB (Red+Green+Blue) = 120+110+154=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #786E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786E9A is #879165. Grayscale: #757575. Windows color (decimal): -8884582 or 10120824. OLE color: 10120824.

HSL color Cylindrical-coordinate representation of color #786E9A: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786E9A is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 110 154 -
CMYK 0.22 0.29 0 0.40
HSL 253.64º 0.18% 0.52% -
HSV(B) 253.64º 0.29% 0.6% -
XYZ 19.15 17.48 32.94 -
YUV 118.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 120 110 154 0.22 0.29 0 0.40 253.64 0.18 0.52
Hex 78 6E 9A 16 1D 0 28 FE 12 34
Octal 170 156 232 26 35 0 50 376 22 64
Binary 1111000 1101110 10011010 10110 11101 0 101000 11111110 10010 110100

Color Harmonies of #786E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786E9A

Black with #786E9A

Text Example


Text Example

White with #786E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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