Html Css Color HEX #78699F Scampi

📋 copy color: '#78699F'

red 120 ◦ green 105 ◦ blue 159

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

Shades of Scampi #78699F

Tints of Scampi #78699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 31.25%
G = 27.34%
B = 41.41%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78699F (or 0x78699F) is known color: Scampi. HEX triplet: 78, 69 and 9F. RGB value is (120,105,159). Sum of RGB (Red+Green+Blue) = 120+105+159=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #78699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699F is #879660. Grayscale: #737373. Windows color (decimal): -8885857 or 10447224. OLE color: 10447224.

HSL color Cylindrical-coordinate representation of color #78699F: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78699F is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 105 159 -
CMYK 0.25 0.34 0 0.38
HSL 256.67º 0.22% 0.52% -
HSV(B) 256.67º 0.34% 0.62% -
XYZ 19.06 16.6 35 -
YUV 115.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 120 105 159 0.25 0.34 0 0.38 256.67 0.22 0.52
Hex 78 69 9F 19 22 0 26 101 16 34
Octal 170 151 237 31 42 0 46 401 26 64
Binary 1111000 1101001 10011111 11001 100010 0 100110 100000001 10110 110100

Color Harmonies of #78699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78699F

Black with #78699F

Text Example


Text Example

White with #78699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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