Html Css Color HEX #78748E Scampi

📋 copy color: '#78748E'

red 120 ◦ green 116 ◦ blue 142

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

Shades of Scampi #78748E

Tints of Scampi #78748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 31.75%
G = 30.69%
B = 37.57%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78748E (or 0x78748E) is known color: Scampi. HEX triplet: 78, 74 and 8E. RGB value is (120,116,142). Sum of RGB (Red+Green+Blue) = 120+116+142=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #78748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78748E is #878B71. Grayscale: #787878. Windows color (decimal): -8883058 or 9335928. OLE color: 9335928.

HSL color Cylindrical-coordinate representation of color #78748E: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78748E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 116 142 -
CMYK 0.15 0.18 0 0.44
HSL 249.23º 0.1% 0.51% -
HSV(B) 249.23º 0.18% 0.56% -
XYZ 18.87 18.44 28.16 -
YUV 120.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 120 116 142 0.15 0.18 0 0.44 249.23 0.1 0.51
Hex 78 74 8E F 12 0 2C F9 A 33
Octal 170 164 216 17 22 0 54 371 12 63
Binary 1111000 1110100 10001110 1111 10010 0 101100 11111001 1010 110011

Color Harmonies of #78748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78748E

Black with #78748E

Text Example


Text Example

White with #78748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78748E; }

 p { color: rgb(120,116,142); }

 H1.HeaderClassName
 {
   color: #78748E;
 }
 .AnyTagClassName
 {
   color: #78748E;
 }
</style>

background-color css

<style>
 a { background-color: #78748E; }

 a { background-color: rgb(120,116,142); }

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

border-color css

<style>
 span { border-color: #78748E; }

 span { border-color: rgb(120,116,142); }

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