#74739A

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

Shades of Scampi #74739A

Tints of Scampi #74739A

Color information

#74739A (or 0x74739A) is unknown color: approx Scampi. HEX triplet: 74, 73 and 9A. RGB value is (116,115,154). Sum of RGB (Red+Green+Blue) = 116+115+154=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #74739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74739A is #8B8C65. Grayscale: #777777. Windows color (decimal): -9145446 or 10122100. OLE color: 10122100.

HSL color Cylindrical-coordinate representation of color #74739A: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74739A is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116115154-
CMYK0.250.2500.40
HSL241.54º16.18%52.75%-
HSV(B)241.54º25.32%60.39%-
XYZ19.1718.3133.1-
YUV119.74147.33125.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 154 (60.55% from 255) = 40%
R=30.13%
G=29.87%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161151540.250.2500.40241.5416.1852.75
Hex74739A1919028f21035
Octal16416323231310503622065
Binary1110100111001110011010110011100101010001111001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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