#75719F

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

Shades of Scampi #75719F

Tints of Scampi #75719F

Color information

#75719F (or 0x75719F) is unknown color: approx Scampi. HEX triplet: 75, 71 and 9F. RGB value is (117,113,159). Sum of RGB (Red+Green+Blue) = 117+113+159=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #75719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719F is #8A8E60. Grayscale: #777777. Windows color (decimal): -9080417 or 10449269. OLE color: 10449269.

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

Color convert

RGB117113159-
CMYK0.260.2900.38
HSL245.22º19.33%53.33%-
HSV(B)245.22º28.93%62.35%-
XYZ19.518.135.27-
YUV119.44150.33126.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=30.08%
G=29.05%
B=40.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171131590.260.2900.38245.2219.3353.33
Hex75719F1A1D026f51335
Octal16516123732350463652365
Binary1110101111000110011111110101110101001101111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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