Html Css Color HEX #78719E Scampi

📋 copy color: '#78719E'

red 120 ◦ green 113 ◦ blue 158

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

Shades of Scampi #78719E

Tints of Scampi #78719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 30.69%
G = 28.9%
B = 40.41%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78719E (or 0x78719E) is known color: Scampi. HEX triplet: 78, 71 and 9E. RGB value is (120,113,158). Sum of RGB (Red+Green+Blue) = 120+113+158=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #78719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78719E is #878E61. Grayscale: #787878. Windows color (decimal): -8883810 or 10383736. OLE color: 10383736.

HSL color Cylindrical-coordinate representation of color #78719E: hue angle of 249.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78719E is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 113 158 -
CMYK 0.24 0.28 0 0.38
HSL 249.33º 0.19% 0.53% -
HSV(B) 249.33º 0.28% 0.62% -
XYZ 19.82 18.27 34.83 -
YUV 120.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 120 113 158 0.24 0.28 0 0.38 249.33 0.19 0.53
Hex 78 71 9E 18 1C 0 26 F9 13 35
Octal 170 161 236 30 34 0 46 371 23 65
Binary 1111000 1110001 10011110 11000 11100 0 100110 11111001 10011 110101

Color Harmonies of #78719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78719E

Black with #78719E

Text Example


Text Example

White with #78719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78719E; }

 p { color: rgb(120,113,158); }

 H1.HeaderClassName
 {
   color: #78719E;
 }
 .AnyTagClassName
 {
   color: #78719E;
 }
</style>

background-color css

<style>
 a { background-color: #78719E; }

 a { background-color: rgb(120,113,158); }

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

border-color css

<style>
 span { border-color: #78719E; }

 span { border-color: rgb(120,113,158); }

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