Html Css Color HEX #78699D Scampi

📋 copy color: '#78699D'

red 120 ◦ green 105 ◦ blue 157

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

Shades of Scampi #78699D

Tints of Scampi #78699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 31.41%
G = 27.49%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78699D (or 0x78699D) is known color: Scampi. HEX triplet: 78, 69 and 9D. RGB value is (120,105,157). Sum of RGB (Red+Green+Blue) = 120+105+157=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #78699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699D is #879662. Grayscale: #737373. Windows color (decimal): -8885859 or 10316152. OLE color: 10316152.

HSL color Cylindrical-coordinate representation of color #78699D: hue angle of 257.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78699D is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 105 157 -
CMYK 0.24 0.33 0 0.38
HSL 257.31º 0.21% 0.51% -
HSV(B) 257.31º 0.33% 0.62% -
XYZ 18.88 16.53 34.09 -
YUV 115.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 120 105 157 0.24 0.33 0 0.38 257.31 0.21 0.51
Hex 78 69 9D 18 21 0 26 101 15 33
Octal 170 151 235 30 41 0 46 401 25 63
Binary 1111000 1101001 10011101 11000 100001 0 100110 100000001 10101 110011

Color Harmonies of #78699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78699D

Black with #78699D

Text Example


Text Example

White with #78699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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