Html Css Color HEX #78759A Scampi

📋 copy color: '#78759A'

red 120 ◦ green 117 ◦ blue 154

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

Shades of Scampi #78759A

Tints of Scampi #78759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 30.69%
G = 29.92%
B = 39.39%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78759A (or 0x78759A) is known color: Scampi. HEX triplet: 78, 75 and 9A. RGB value is (120,117,154). Sum of RGB (Red+Green+Blue) = 120+117+154=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #78759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78759A is #878A65. Grayscale: #797979. Windows color (decimal): -8882790 or 10122616. OLE color: 10122616.

HSL color Cylindrical-coordinate representation of color #78759A: hue angle of 244.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78759A is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 117 154 -
CMYK 0.22 0.24 0 0.40
HSL 244.86º 0.15% 0.53% -
HSV(B) 244.86º 0.24% 0.6% -
XYZ 19.94 19.05 33.2 -
YUV 122.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 120 117 154 0.22 0.24 0 0.40 244.86 0.15 0.53
Hex 78 75 9A 16 18 0 28 F5 F 35
Octal 170 165 232 26 30 0 50 365 17 65
Binary 1111000 1110101 10011010 10110 11000 0 101000 11110101 1111 110101

Color Harmonies of #78759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78759A

Black with #78759A

Text Example


Text Example

White with #78759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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