#75709C

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

Shades of Scampi #75709C

Tints of Scampi #75709C

Color information

#75709C (or 0x75709C) is unknown color: approx Scampi. HEX triplet: 75, 70 and 9C. RGB value is (117,112,156). Sum of RGB (Red+Green+Blue) = 117+112+156=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #75709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75709C is #8A8F63. Grayscale: #767676. Windows color (decimal): -9080676 or 10252405. OLE color: 10252405.

HSL color Cylindrical-coordinate representation of color #75709C: hue angle of 246.82º 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 #75709C is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117112156-
CMYK0.250.2800.39
HSL246.82º18.18%52.55%-
HSV(B)246.82º28.21%61.18%-
XYZ19.1317.7733.87-
YUV118.51149.16126.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=30.39%
G=29.09%
B=40.52%

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
Decimal1171121560.250.2800.39246.8218.1852.55
Hex75709C191C027f71235
Octal16516023431340473672265
Binary1110101111000010011100110011110001001111111011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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