Html Css Color HEX #78669D Scampi

📋 copy color: '#78669D'

red 120 ◦ green 102 ◦ blue 157

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

Shades of Scampi #78669D

Tints of Scampi #78669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

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

R = 31.66%
G = 26.91%
B = 41.42%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78669D (or 0x78669D) is known color: Scampi. HEX triplet: 78, 66 and 9D. RGB value is (120,102,157). Sum of RGB (Red+Green+Blue) = 120+102+157=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #78669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78669D is #879962. Grayscale: #717171. Windows color (decimal): -8886627 or 10315384. OLE color: 10315384.

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

Color convert

RGB 120 102 157 -
CMYK 0.24 0.35 0 0.38
HSL 259.64º 0.22% 0.51% -
HSV(B) 259.64º 0.35% 0.62% -
XYZ 18.58 15.93 33.99 -
YUV 113.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 120 102 157 0.24 0.35 0 0.38 259.64 0.22 0.51
Hex 78 66 9D 18 23 0 26 104 16 33
Octal 170 146 235 30 43 0 46 404 26 63
Binary 1111000 1100110 10011101 11000 100011 0 100110 100000100 10110 110011

Color Harmonies of #78669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78669D

Black with #78669D

Text Example


Text Example

White with #78669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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