#74738B

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

Shades of Scampi #74738B

Tints of Scampi #74738B

Color information

#74738B (or 0x74738B) is unknown color: approx Scampi. HEX triplet: 74, 73 and 8B. RGB value is (116,115,139). Sum of RGB (Red+Green+Blue) = 116+115+139=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #74738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74738B is #8B8C74. Grayscale: #757575. Windows color (decimal): -9145461 or 9139060. OLE color: 9139060.

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

Color convert

RGB116115139-
CMYK0.170.1700.45
HSL242.5º9.45%49.8%-
HSV(B)242.5º17.27%54.51%-
XYZ17.9917.8426.92-
YUV118.04139.83126.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=31.35%
G=31.08%
B=37.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161151390.170.1700.45242.59.4549.8
Hex74738B111102Df2932
Octal16416321321210553621162
Binary111010011100111000101110001100010101101111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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