Html Css Color HEX #78699C Scampi

📋 copy color: '#78699C'

red 120 ◦ green 105 ◦ blue 156

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

Shades of Scampi #78699C

Tints of Scampi #78699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 31.5%
G = 27.56%
B = 40.94%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78699C (or 0x78699C) is known color: Scampi. HEX triplet: 78, 69 and 9C. RGB value is (120,105,156). Sum of RGB (Red+Green+Blue) = 120+105+156=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #78699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699C is #879663. Grayscale: #737373. Windows color (decimal): -8885860 or 10250616. OLE color: 10250616.

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

Color convert

RGB 120 105 156 -
CMYK 0.23 0.33 0 0.39
HSL 257.65º 0.2% 0.51% -
HSV(B) 257.65º 0.33% 0.61% -
XYZ 18.8 16.5 33.65 -
YUV 115.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 120 105 156 0.23 0.33 0 0.39 257.65 0.2 0.51
Hex 78 69 9C 17 21 0 27 102 14 33
Octal 170 151 234 27 41 0 47 402 24 63
Binary 1111000 1101001 10011100 10111 100001 0 100111 100000010 10100 110011

Color Harmonies of #78699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78699C

Black with #78699C

Text Example


Text Example

White with #78699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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