Html Css Color HEX #78728E Scampi

📋 copy color: '#78728E'

red 120 ◦ green 114 ◦ blue 142

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

Shades of Scampi #78728E

Tints of Scampi #78728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 31.91%
G = 30.32%
B = 37.77%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78728E (or 0x78728E) is known color: Scampi. HEX triplet: 78, 72 and 8E. RGB value is (120,114,142). Sum of RGB (Red+Green+Blue) = 120+114+142=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #78728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78728E is #878D71. Grayscale: #767676. Windows color (decimal): -8883570 or 9335416. OLE color: 9335416.

HSL color Cylindrical-coordinate representation of color #78728E: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78728E is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 114 142 -
CMYK 0.15 0.20 0 0.44
HSL 252.86º 0.11% 0.5% -
HSV(B) 252.86º 0.2% 0.56% -
XYZ 18.65 17.98 28.08 -
YUV 118.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 120 114 142 0.15 0.20 0 0.44 252.86 0.11 0.5
Hex 78 72 8E F 14 0 2C FD B 32
Octal 170 162 216 17 24 0 54 375 13 62
Binary 1111000 1110010 10001110 1111 10100 0 101100 11111101 1011 110010

Color Harmonies of #78728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78728E

Black with #78728E

Text Example


Text Example

White with #78728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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