#787292

Color #787292 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #787292

Tints of Scampi #787292

Color information

#787292 (or 0x787292) is unknown color: approx Scampi. HEX triplet: 78, 72 and 92. RGB value is (120,114,146). Sum of RGB (Red+Green+Blue) = 120+114+146=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #787292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787292 is #878D6D. Grayscale: #777777. Windows color (decimal): -8883566 or 9597560. OLE color: 9597560.

HSL color Cylindrical-coordinate representation of color #787292: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787292 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120114146-
CMYK0.180.2200.43
HSL251.25º12.8%50.98%-
HSV(B)251.25º21.92%57.25%-
XYZ18.9518.129.69-
YUV119.44142.99128.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=31.58%
G=30%
B=38.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201141460.180.2200.43251.2512.850.98
Hex787292121602Bfbd33
Octal17016222222260533731563
Binary111100011100101001001010010101100101011111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787292; }

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

 H1.HeaderClassName
 {
   color: #787292;
 }
 .AnyTagClassName
 {
   color: #787292;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #787292;
 }
 .BgClassName
 {
   background-color: #787292;
 }
</style>
border-color css

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

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

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