Html Css Color HEX #78778B Scampi

📋 copy color: '#78778B'

red 120 ◦ green 119 ◦ blue 139

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

Shades of Scampi #78778B

Tints of Scampi #78778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 31.75%
G = 31.48%
B = 36.77%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78778B (or 0x78778B) is known color: Scampi. HEX triplet: 78, 77 and 8B. RGB value is (120,119,139). Sum of RGB (Red+Green+Blue) = 120+119+139=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #78778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78778B is #878874. Grayscale: #797979. Windows color (decimal): -8882293 or 9140088. OLE color: 9140088.

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

Color convert

RGB 120 119 139 -
CMYK 0.14 0.14 0 0.45
HSL 243º 0.08% 0.51% -
HSV(B) 243º 0.14% 0.55% -
XYZ 19 19.05 27.1 -
YUV 121.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 120 119 139 0.14 0.14 0 0.45 243 0.08 0.51
Hex 78 77 8B E E 0 2D F3 8 33
Octal 170 167 213 16 16 0 55 363 10 63
Binary 1111000 1110111 10001011 1110 1110 0 101101 11110011 1000 110011

Color Harmonies of #78778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78778B

Black with #78778B

Text Example


Text Example

White with #78778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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