Html Css Color HEX #78778C Scampi

📋 copy color: '#78778C'

red 120 ◦ green 119 ◦ blue 140

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

Shades of Scampi #78778C

Tints of Scampi #78778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 31.66%
G = 31.4%
B = 36.94%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78778C (or 0x78778C) is known color: Scampi. HEX triplet: 78, 77 and 8C. RGB value is (120,119,140). Sum of RGB (Red+Green+Blue) = 120+119+140=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #78778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78778C is #878873. Grayscale: #797979. Windows color (decimal): -8882292 or 9205624. OLE color: 9205624.

HSL color Cylindrical-coordinate representation of color #78778C: hue angle of 242.86º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78778C is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 119 140 -
CMYK 0.14 0.15 0 0.45
HSL 242.86º 0.08% 0.51% -
HSV(B) 242.86º 0.15% 0.55% -
XYZ 19.08 19.08 27.49 -
YUV 121.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 120 119 140 0.14 0.15 0 0.45 242.86 0.08 0.51
Hex 78 77 8C E F 0 2D F3 8 33
Octal 170 167 214 16 17 0 55 363 10 63
Binary 1111000 1110111 10001100 1110 1111 0 101101 11110011 1000 110011

Color Harmonies of #78778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78778C

Black with #78778C

Text Example


Text Example

White with #78778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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