#74738C

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

Shades of Scampi #74738C

Tints of Scampi #74738C

Color information

#74738C (or 0x74738C) is unknown color: approx Scampi. HEX triplet: 74, 73 and 8C. RGB value is (116,115,140). Sum of RGB (Red+Green+Blue) = 116+115+140=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #74738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74738C is #8B8C73. Grayscale: #767676. Windows color (decimal): -9145460 or 9204596. OLE color: 9204596.

HSL color Cylindrical-coordinate representation of color #74738C: hue angle of 242.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74738C is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116115140-
CMYK0.170.1800.45
HSL242.4º9.8%50%-
HSV(B)242.4º17.86%54.9%-
XYZ18.0717.8727.31-
YUV118.15140.33126.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=31.27%
G=31.00%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161151400.170.1800.45242.49.850
Hex74738C111202Df2a32
Octal16416321421220553621262
Binary111010011100111000110010001100100101101111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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