#74719C

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

Shades of Scampi #74719C

Tints of Scampi #74719C

Color information

#74719C (or 0x74719C) is unknown color: approx Scampi. HEX triplet: 74, 71 and 9C. RGB value is (116,113,156). Sum of RGB (Red+Green+Blue) = 116+113+156=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #74719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74719C is #8B8E63. Grayscale: #767676. Windows color (decimal): -9145956 or 10252660. OLE color: 10252660.

HSL color Cylindrical-coordinate representation of color #74719C: hue angle of 244.19º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74719C is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116113156-
CMYK0.260.2800.39
HSL244.19º17.84%52.75%-
HSV(B)244.19º27.56%61.18%-
XYZ19.1117.9233.9-
YUV118.8148.99126-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=30.13%
G=29.35%
B=40.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161131560.260.2800.39244.1917.8452.75
Hex74719C1A1C027f41235
Octal16416123432340473642265
Binary1110100111000110011100110101110001001111111010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,113,156); }

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

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

 a { background-color: rgb(116,113,156); }

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

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

 span { border-color: rgb(116,113,156); }

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