#74739D

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

Shades of Scampi #74739D

Tints of Scampi #74739D

Color information

#74739D (or 0x74739D) is unknown color: approx Scampi. HEX triplet: 74, 73 and 9D. RGB value is (116,115,157). Sum of RGB (Red+Green+Blue) = 116+115+157=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #74739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74739D is #8B8C62. Grayscale: #777777. Windows color (decimal): -9145443 or 10318708. OLE color: 10318708.

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

Color convert

RGB116115157-
CMYK0.260.2700.38
HSL241.43º17.65%53.33%-
HSV(B)241.43º26.75%61.57%-
XYZ19.4218.4134.43-
YUV120.09148.83125.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=29.90%
G=29.64%
B=40.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161151570.260.2700.38241.4317.6553.33
Hex74739D1A1B026f11235
Octal16416323532330463612265
Binary1110100111001110011101110101101101001101111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74739D; }

 p { color: rgb(116,115,157); }

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

<style>
 a { background-color: #74739D; }

 a { background-color: rgb(116,115,157); }

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

<style>
 span { border-color: #74739D; }

 span { border-color: rgb(116,115,157); }

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