#74759F

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

Shades of Scampi #74759F

Tints of Scampi #74759F

Color information

#74759F (or 0x74759F) is unknown color: approx Scampi. HEX triplet: 74, 75 and 9F. RGB value is (116,117,159). Sum of RGB (Red+Green+Blue) = 116+117+159=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #74759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759F is #8B8A60. Grayscale: #797979. Windows color (decimal): -9144929 or 10450292. OLE color: 10450292.

HSL color Cylindrical-coordinate representation of color #74759F: hue angle of 238.6º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74759F is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116117159-
CMYK0.270.2600.38
HSL238.6º18.3%53.92%-
HSV(B)238.6º27.04%62.35%-
XYZ19.8218.9435.41-
YUV121.49149.17124.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=29.59%
G=29.85%
B=40.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161171590.270.2600.38238.618.353.92
Hex74759F1B1A026ef1236
Octal16416523733320463572266
Binary1110100111010110011111110111101001001101110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74759F; }

 p { color: rgb(116,117,159); }

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

<style>
 a { background-color: #74759F; }

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

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

<style>
 span { border-color: #74759F; }

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

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