Html Css Color HEX #786999 Scampi

📋 copy color: '#786999'

red 120 ◦ green 105 ◦ blue 153

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

Shades of Scampi #786999

Tints of Scampi #786999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 31.75%
G = 27.78%
B = 40.48%

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

#786999 (or 0x786999) is known color: Scampi. HEX triplet: 78, 69 and 99. RGB value is (120,105,153). Sum of RGB (Red+Green+Blue) = 120+105+153=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #786999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786999 is #879666. Grayscale: #727272. Windows color (decimal): -8885863 or 10054008. OLE color: 10054008.

HSL color Cylindrical-coordinate representation of color #786999: hue angle of 258.75º 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 #786999 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 105 153 -
CMYK 0.22 0.31 0 0.4
HSL 258.75º 0.19% 0.51% -
HSV(B) 258.75º 0.31% 0.6% -
XYZ 18.55 16.4 32.32 -
YUV 114.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 120 105 153 0.22 0.31 0 0.4 258.75 0.19 0.51
Hex 78 69 99 16 1F 0 28 103 13 33
Octal 170 151 231 26 37 0 50 403 23 63
Binary 1111000 1101001 10011001 10110 11111 0 101000 100000011 10011 110011

Color Harmonies of #786999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786999

Black with #786999

Text Example


Text Example

White with #786999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786999; }

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

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

background-color css

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

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

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

border-color css

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

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

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