Html Css Color HEX #786A99 Scampi

📋 copy color: '#786A99'

red 120 ◦ green 106 ◦ blue 153

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

Shades of Scampi #786A99

Tints of Scampi #786A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 31.66%
G = 27.97%
B = 40.37%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#786A99 (or 0x786A99) is known color: Scampi. HEX triplet: 78, 6A and 99. RGB value is (120,106,153). Sum of RGB (Red+Green+Blue) = 120+106+153=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #786A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786A99 is #879566. Grayscale: #737373. Windows color (decimal): -8885607 or 10054264. OLE color: 10054264.

HSL color Cylindrical-coordinate representation of color #786A99: hue angle of 257.87º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786A99 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 106 153 -
CMYK 0.22 0.31 0 0.4
HSL 257.87º 0.19% 0.51% -
HSV(B) 257.87º 0.31% 0.6% -
XYZ 18.65 16.6 32.36 -
YUV 115.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 120 106 153 0.22 0.31 0 0.4 257.87 0.19 0.51
Hex 78 6A 99 16 1F 0 28 102 13 33
Octal 170 152 231 26 37 0 50 402 23 63
Binary 1111000 1101010 10011001 10110 11111 0 101000 100000010 10011 110011

Color Harmonies of #786A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A99

Black with #786A99

Text Example


Text Example

White with #786A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,106,153); }

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

background-color css

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

 a { background-color: rgb(120,106,153); }

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

border-color css

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

 span { border-color: rgb(120,106,153); }

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