Html Css Color HEX #786F96 Scampi

📋 copy color: '#786F96'

red 120 ◦ green 111 ◦ blue 150

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

Shades of Scampi #786F96

Tints of Scampi #786F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 31.5%
G = 29.13%
B = 39.37%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#786F96 (or 0x786F96) is known color: Scampi. HEX triplet: 78, 6F and 96. RGB value is (120,111,150). Sum of RGB (Red+Green+Blue) = 120+111+150=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #786F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F96 is #879069. Grayscale: #757575. Windows color (decimal): -8884330 or 9858936. OLE color: 9858936.

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

Color convert

RGB 120 111 150 -
CMYK 0.20 0.26 0 0.41
HSL 253.85º 0.16% 0.51% -
HSV(B) 253.85º 0.26% 0.59% -
XYZ 18.94 17.56 31.25 -
YUV 118.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 120 111 150 0.20 0.26 0 0.41 253.85 0.16 0.51
Hex 78 6F 96 14 1A 0 29 FE 10 33
Octal 170 157 226 24 32 0 51 376 20 63
Binary 1111000 1101111 10010110 10100 11010 0 101001 11111110 10000 110011

Color Harmonies of #786F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F96

Black with #786F96

Text Example


Text Example

White with #786F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,111,150); }

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

background-color css

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

 a { background-color: rgb(120,111,150); }

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

border-color css

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

 span { border-color: rgb(120,111,150); }

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