Html Css Color HEX #78699B Scampi

📋 copy color: '#78699B'

red 120 ◦ green 105 ◦ blue 155

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

Shades of Scampi #78699B

Tints of Scampi #78699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 31.58%
G = 27.63%
B = 40.79%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78699B (or 0x78699B) is known color: Scampi. HEX triplet: 78, 69 and 9B. RGB value is (120,105,155). Sum of RGB (Red+Green+Blue) = 120+105+155=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #78699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699B is #879664. Grayscale: #727272. Windows color (decimal): -8885861 or 10185080. OLE color: 10185080.

HSL color Cylindrical-coordinate representation of color #78699B: hue angle of 258º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78699B is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 105 155 -
CMYK 0.23 0.32 0 0.39
HSL 258º 0.2% 0.51% -
HSV(B) 258º 0.32% 0.61% -
XYZ 18.71 16.46 33.2 -
YUV 115.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 120 105 155 0.23 0.32 0 0.39 258 0.2 0.51
Hex 78 69 9B 17 20 0 27 102 14 33
Octal 170 151 233 27 40 0 47 402 24 63
Binary 1111000 1101001 10011011 10111 100000 0 100111 100000010 10100 110011

Color Harmonies of #78699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78699B

Black with #78699B

Text Example


Text Example

White with #78699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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