#75729B

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

Shades of Scampi #75729B

Tints of Scampi #75729B

Color information

#75729B (or 0x75729B) is unknown color: approx Scampi. HEX triplet: 75, 72 and 9B. RGB value is (117,114,155). Sum of RGB (Red+Green+Blue) = 117+114+155=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #75729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75729B is #8A8D64. Grayscale: #777777. Windows color (decimal): -9080165 or 10187381. OLE color: 10187381.

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

Color convert

RGB117114155-
CMYK0.250.2600.39
HSL244.39º17.01%52.75%-
HSV(B)244.39º26.45%60.78%-
XYZ19.2718.1833.5-
YUV119.57147.99126.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=30.31%
G=29.53%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171141550.250.2600.39244.3917.0152.75
Hex75729B191A027f41135
Octal16516223331320473642165
Binary1110101111001010011011110011101001001111111010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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