#74738E

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

Shades of Scampi #74738E

Tints of Scampi #74738E

Color information

#74738E (or 0x74738E) is unknown color: approx Scampi. HEX triplet: 74, 73 and 8E. RGB value is (116,115,142). Sum of RGB (Red+Green+Blue) = 116+115+142=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #74738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74738E is #8B8C71. Grayscale: #767676. Windows color (decimal): -9145458 or 9335668. OLE color: 9335668.

HSL color Cylindrical-coordinate representation of color #74738E: hue angle of 242.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74738E is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116115142-
CMYK0.180.1900.44
HSL242.22º10.67%50.39%-
HSV(B)242.22º19.01%55.69%-
XYZ18.2217.9328.09-
YUV118.38141.33126.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=31.10%
G=30.83%
B=38.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161151420.180.1900.44242.2210.6750.39
Hex74738E121302Cf2b32
Octal16416321622230543621362
Binary111010011100111000111010010100110101100111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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