Html Css Color HEX #78699A Scampi

📋 copy color: '#78699A'

red 120 ◦ green 105 ◦ blue 154

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

Shades of Scampi #78699A

Tints of Scampi #78699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 31.66%
G = 27.7%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78699A (or 0x78699A) is known color: Scampi. HEX triplet: 78, 69 and 9A. RGB value is (120,105,154). Sum of RGB (Red+Green+Blue) = 120+105+154=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #78699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78699A is #879665. Grayscale: #727272. Windows color (decimal): -8885862 or 10119544. OLE color: 10119544.

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

Color convert

RGB 120 105 154 -
CMYK 0.22 0.32 0 0.40
HSL 258.37º 0.2% 0.51% -
HSV(B) 258.37º 0.32% 0.6% -
XYZ 18.63 16.43 32.76 -
YUV 115.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 120 105 154 0.22 0.32 0 0.40 258.37 0.2 0.51
Hex 78 69 9A 16 20 0 28 102 14 33
Octal 170 151 232 26 40 0 50 402 24 63
Binary 1111000 1101001 10011010 10110 100000 0 101000 100000010 10100 110011

Color Harmonies of #78699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78699A

Black with #78699A

Text Example


Text Example

White with #78699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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