#75719E

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

Shades of Scampi #75719E

Tints of Scampi #75719E

Color information

#75719E (or 0x75719E) is unknown color: approx Scampi. HEX triplet: 75, 71 and 9E. RGB value is (117,113,158). Sum of RGB (Red+Green+Blue) = 117+113+158=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #75719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719E is #8A8E61. Grayscale: #777777. Windows color (decimal): -9080418 or 10383733. OLE color: 10383733.

HSL color Cylindrical-coordinate representation of color #75719E: hue angle of 245.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75719E is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117113158-
CMYK0.260.2800.38
HSL245.33º18.83%53.14%-
HSV(B)245.33º28.48%61.96%-
XYZ19.4118.0634.81-
YUV119.33149.83126.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=30.15%
G=29.12%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171131580.260.2800.38245.3318.8353.14
Hex75719E1A1C026f51335
Octal16516123632340463652365
Binary1110101111000110011110110101110001001101111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,113,158); }

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

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

 a { background-color: rgb(117,113,158); }

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

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

 span { border-color: rgb(117,113,158); }

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