#75719C

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

Shades of Scampi #75719C

Tints of Scampi #75719C

Color information

#75719C (or 0x75719C) is unknown color: approx Scampi. HEX triplet: 75, 71 and 9C. RGB value is (117,113,156). Sum of RGB (Red+Green+Blue) = 117+113+156=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #75719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719C is #8A8E63. Grayscale: #767676. Windows color (decimal): -9080420 or 10252661. OLE color: 10252661.

HSL color Cylindrical-coordinate representation of color #75719C: hue angle of 245.58º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75719C is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117113156-
CMYK0.250.2800.39
HSL245.58º17.84%52.75%-
HSV(B)245.58º27.56%61.18%-
XYZ19.2417.9933.91-
YUV119.1148.83126.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=30.31%
G=29.27%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171131560.250.2800.39245.5817.8452.75
Hex75719C191C027f61235
Octal16516123431340473662265
Binary1110101111000110011100110011110001001111111011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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