Html Css Color HEX #78768C Scampi

📋 copy color: '#78768C'

red 120 ◦ green 118 ◦ blue 140

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

Shades of Scampi #78768C

Tints of Scampi #78768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

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

R = 31.75%
G = 31.22%
B = 37.04%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78768C (or 0x78768C) is known color: Scampi. HEX triplet: 78, 76 and 8C. RGB value is (120,118,140). Sum of RGB (Red+Green+Blue) = 120+118+140=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #78768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768C is #878973. Grayscale: #797979. Windows color (decimal): -8882548 or 9205368. OLE color: 9205368.

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

Color convert

RGB 120 118 140 -
CMYK 0.14 0.16 0 0.45
HSL 245.45º 0.09% 0.51% -
HSV(B) 245.45º 0.16% 0.55% -
XYZ 18.96 18.84 27.45 -
YUV 121.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 120 118 140 0.14 0.16 0 0.45 245.45 0.09 0.51
Hex 78 76 8C E 10 0 2D F5 9 33
Octal 170 166 214 16 20 0 55 365 11 63
Binary 1111000 1110110 10001100 1110 10000 0 101101 11110101 1001 110011

Color Harmonies of #78768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78768C

Black with #78768C

Text Example


Text Example

White with #78768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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