Html Css Color HEX #78759C Scampi

📋 copy color: '#78759C'

red 120 ◦ green 117 ◦ blue 156

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

Shades of Scampi #78759C

Tints of Scampi #78759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 30.53%
G = 29.77%
B = 39.69%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78759C (or 0x78759C) is known color: Scampi. HEX triplet: 78, 75 and 9C. RGB value is (120,117,156). Sum of RGB (Red+Green+Blue) = 120+117+156=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #78759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78759C is #878A63. Grayscale: #7A7A7A. Windows color (decimal): -8882788 or 10253688. OLE color: 10253688.

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

Color convert

RGB 120 117 156 -
CMYK 0.23 0.25 0 0.39
HSL 244.62º 0.16% 0.54% -
HSV(B) 244.62º 0.25% 0.61% -
XYZ 20.11 19.12 34.08 -
YUV 122.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 120 117 156 0.23 0.25 0 0.39 244.62 0.16 0.54
Hex 78 75 9C 17 19 0 27 F5 10 36
Octal 170 165 234 27 31 0 47 365 20 66
Binary 1111000 1110101 10011100 10111 11001 0 100111 11110101 10000 110110

Color Harmonies of #78759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78759C

Black with #78759C

Text Example


Text Example

White with #78759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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