Html Css Color HEX #78758E Scampi

📋 copy color: '#78758E'

red 120 ◦ green 117 ◦ blue 142

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

Shades of Scampi #78758E

Tints of Scampi #78758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 31.66%
G = 30.87%
B = 37.47%

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

#78758E (or 0x78758E) is known color: Scampi. HEX triplet: 78, 75 and 8E. RGB value is (120,117,142). Sum of RGB (Red+Green+Blue) = 120+117+142=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #78758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78758E is #878A71. Grayscale: #787878. Windows color (decimal): -8882802 or 9336184. OLE color: 9336184.

HSL color Cylindrical-coordinate representation of color #78758E: hue angle of 247.2º 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 #78758E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 117 142 -
CMYK 0.15 0.18 0 0.44
HSL 247.2º 0.1% 0.51% -
HSV(B) 247.2º 0.18% 0.56% -
XYZ 18.99 18.67 28.19 -
YUV 120.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 120 117 142 0.15 0.18 0 0.44 247.2 0.1 0.51
Hex 78 75 8E F 12 0 2C F7 A 33
Octal 170 165 216 17 22 0 54 367 12 63
Binary 1111000 1110101 10001110 1111 10010 0 101100 11110111 1010 110011

Color Harmonies of #78758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78758E

Black with #78758E

Text Example


Text Example

White with #78758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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