Html Css Color HEX #78759E Scampi

📋 copy color: '#78759E'

red 120 ◦ green 117 ◦ blue 158

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

Shades of Scampi #78759E

Tints of Scampi #78759E

RGB

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

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

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

R = 30.38%
G = 29.62%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78759E (or 0x78759E) is known color: Scampi. HEX triplet: 78, 75 and 9E. RGB value is (120,117,158). Sum of RGB (Red+Green+Blue) = 120+117+158=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #78759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78759E is #878A61. Grayscale: #7A7A7A. Windows color (decimal): -8882786 or 10384760. OLE color: 10384760.

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

Color convert

RGB 120 117 158 -
CMYK 0.24 0.26 0 0.38
HSL 244.39º 0.17% 0.54% -
HSV(B) 244.39º 0.26% 0.62% -
XYZ 20.28 19.18 34.98 -
YUV 122.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 120 117 158 0.24 0.26 0 0.38 244.39 0.17 0.54
Hex 78 75 9E 18 1A 0 26 F4 11 36
Octal 170 165 236 30 32 0 46 364 21 66
Binary 1111000 1110101 10011110 11000 11010 0 100110 11110100 10001 110110

Color Harmonies of #78759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78759E

Black with #78759E

Text Example


Text Example

White with #78759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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