Html Css Color HEX #78779F Scampi

📋 copy color: '#78779F'

red 120 ◦ green 119 ◦ blue 159

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

Shades of Scampi #78779F

Tints of Scampi #78779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 30.15%
G = 29.9%
B = 39.95%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78779F (or 0x78779F) is known color: Scampi. HEX triplet: 78, 77 and 9F. RGB value is (120,119,159). Sum of RGB (Red+Green+Blue) = 120+119+159=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #78779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78779F is #878860. Grayscale: #7B7B7B. Windows color (decimal): -8882273 or 10450808. OLE color: 10450808.

HSL color Cylindrical-coordinate representation of color #78779F: hue angle of 241.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78779F is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 119 159 -
CMYK 0.25 0.25 0 0.38
HSL 241.5º 0.17% 0.55% -
HSV(B) 241.5º 0.25% 0.62% -
XYZ 20.6 19.69 35.52 -
YUV 123.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 120 119 159 0.25 0.25 0 0.38 241.5 0.17 0.55
Hex 78 77 9F 19 19 0 26 F2 11 37
Octal 170 167 237 31 31 0 46 362 21 67
Binary 1111000 1110111 10011111 11001 11001 0 100110 11110010 10001 110111

Color Harmonies of #78779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78779F

Black with #78779F

Text Example


Text Example

White with #78779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78779F; }

 p { color: rgb(120,119,159); }

 H1.HeaderClassName
 {
   color: #78779F;
 }
 .AnyTagClassName
 {
   color: #78779F;
 }
</style>

background-color css

<style>
 a { background-color: #78779F; }

 a { background-color: rgb(120,119,159); }

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

border-color css

<style>
 span { border-color: #78779F; }

 span { border-color: rgb(120,119,159); }

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