#75759B

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

Shades of Scampi #75759B

Tints of Scampi #75759B

Color information

#75759B (or 0x75759B) is unknown color: approx Scampi. HEX triplet: 75, 75 and 9B. RGB value is (117,117,155). Sum of RGB (Red+Green+Blue) = 117+117+155=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #75759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75759B is #8A8A64. Grayscale: #797979. Windows color (decimal): -9079397 or 10188149. OLE color: 10188149.

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

Color convert

RGB117117155-
CMYK0.250.2500.39
HSL240º15.97%53.33%-
HSV(B)240º24.52%60.78%-
XYZ19.6118.8733.62-
YUV121.33147124.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=30.08%
G=30.08%
B=39.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171171550.250.2500.3924015.9753.33
Hex75759B1919027f01035
Octal16516523331310473602065
Binary1110101111010110011011110011100101001111111000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75759B; }

 p { color: rgb(117,117,155); }

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

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

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

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

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

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

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