Html Css Color HEX #78719C Scampi

📋 copy color: '#78719C'

red 120 ◦ green 113 ◦ blue 156

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

Shades of Scampi #78719C

Tints of Scampi #78719C

RGB

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

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

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

R = 30.85%
G = 29.05%
B = 40.1%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78719C (or 0x78719C) is known color: Scampi. HEX triplet: 78, 71 and 9C. RGB value is (120,113,156). Sum of RGB (Red+Green+Blue) = 120+113+156=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #78719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78719C is #878E63. Grayscale: #777777. Windows color (decimal): -8883812 or 10252664. OLE color: 10252664.

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

Color convert

RGB 120 113 156 -
CMYK 0.23 0.28 0 0.39
HSL 249.77º 0.18% 0.53% -
HSV(B) 249.77º 0.28% 0.61% -
XYZ 19.65 18.2 33.93 -
YUV 120 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 120 113 156 0.23 0.28 0 0.39 249.77 0.18 0.53
Hex 78 71 9C 17 1C 0 27 FA 12 35
Octal 170 161 234 27 34 0 47 372 22 65
Binary 1111000 1110001 10011100 10111 11100 0 100111 11111010 10010 110101

Color Harmonies of #78719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78719C

Black with #78719C

Text Example


Text Example

White with #78719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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