#74759C

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

Shades of Scampi #74759C

Tints of Scampi #74759C

Color information

#74759C (or 0x74759C) is unknown color: approx Scampi. HEX triplet: 74, 75 and 9C. RGB value is (116,117,156). Sum of RGB (Red+Green+Blue) = 116+117+156=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #74759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759C is #8B8A63. Grayscale: #787878. Windows color (decimal): -9144932 or 10253684. OLE color: 10253684.

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

Color convert

RGB116117156-
CMYK0.260.2500.39
HSL238.5º16.81%53.33%-
HSV(B)238.5º25.64%61.18%-
XYZ19.5618.8434.06-
YUV121.15147.67124.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=29.82%
G=30.08%
B=40.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161171560.260.2500.39238.516.8153.33
Hex74759C1A19027ee1135
Octal16416523432310473562165
Binary1110100111010110011100110101100101001111110111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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