#74769B

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

Shades of Scampi #74769B

Tints of Scampi #74769B

Color information

#74769B (or 0x74769B) is unknown color: approx Scampi. HEX triplet: 74, 76 and 9B. RGB value is (116,118,155). Sum of RGB (Red+Green+Blue) = 116+118+155=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #74769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74769B is #8B8964. Grayscale: #797979. Windows color (decimal): -9144677 or 10188404. OLE color: 10188404.

HSL color Cylindrical-coordinate representation of color #74769B: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74769B is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116118155-
CMYK0.250.2400.39
HSL236.92º16.32%53.14%-
HSV(B)236.92º25.16%60.78%-
XYZ19.619.0433.65-
YUV121.62146.84123.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=29.82%
G=30.33%
B=39.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161181550.250.2400.39236.9216.3253.14
Hex74769B1918027ed1035
Octal16416623331300473552065
Binary1110100111011010011011110011100001001111110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,118,155); }

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

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

 a { background-color: rgb(116,118,155); }

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

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

 span { border-color: rgb(116,118,155); }

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