#75719B

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

Shades of Scampi #75719B

Tints of Scampi #75719B

Color information

#75719B (or 0x75719B) is unknown color: approx Scampi. HEX triplet: 75, 71 and 9B. RGB value is (117,113,155). Sum of RGB (Red+Green+Blue) = 117+113+155=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #75719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719B is #8A8E64. Grayscale: #767676. Windows color (decimal): -9080421 or 10187125. OLE color: 10187125.

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

Color convert

RGB117113155-
CMYK0.250.2700.39
HSL245.71º17.36%52.55%-
HSV(B)245.71º27.1%60.78%-
XYZ19.1617.9633.47-
YUV118.98148.33126.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=30.39%
G=29.35%
B=40.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171131550.250.2700.39245.7117.3652.55
Hex75719B191B027f61135
Octal16516123331330473662165
Binary1110101111000110011011110011101101001111111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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