#74759E

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

Shades of Scampi #74759E

Tints of Scampi #74759E

Color information

#74759E (or 0x74759E) is unknown color: approx Scampi. HEX triplet: 74, 75 and 9E. RGB value is (116,117,158). Sum of RGB (Red+Green+Blue) = 116+117+158=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #74759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759E is #8B8A61. Grayscale: #797979. Windows color (decimal): -9144930 or 10384756. OLE color: 10384756.

HSL color Cylindrical-coordinate representation of color #74759E: hue angle of 238.57º 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 #74759E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116117158-
CMYK0.270.2600.38
HSL238.57º17.8%53.73%-
HSV(B)238.57º26.58%61.96%-
XYZ19.7418.934.96-
YUV121.38148.67124.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=29.67%
G=29.92%
B=40.41%

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
Decimal1161171580.270.2600.38238.5717.853.73
Hex74759E1B1A026ef1236
Octal16416523633320463572266
Binary1110100111010110011110110111101001001101110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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