#74728B

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

Shades of Scampi #74728B

Tints of Scampi #74728B

Color information

#74728B (or 0x74728B) is unknown color: approx Scampi. HEX triplet: 74, 72 and 8B. RGB value is (116,114,139). Sum of RGB (Red+Green+Blue) = 116+114+139=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #74728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74728B is #8B8D74. Grayscale: #757575. Windows color (decimal): -9145717 or 9138804. OLE color: 9138804.

HSL color Cylindrical-coordinate representation of color #74728B: hue angle of 244.8º 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 #74728B is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116114139-
CMYK0.170.1800.45
HSL244.8º9.88%49.61%-
HSV(B)244.8º17.99%54.51%-
XYZ17.8817.6126.88-
YUV117.45140.16126.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=31.44%
G=30.89%
B=37.67%

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
Decimal1161141390.170.1800.45244.89.8849.61
Hex74728B111202Df5a32
Octal16416221321220553651262
Binary111010011100101000101110001100100101101111101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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