#74679A

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

Shades of Scampi #74679A

Tints of Scampi #74679A

Color information

#74679A (or 0x74679A) is unknown color: approx Scampi. HEX triplet: 74, 67 and 9A. RGB value is (116,103,154). Sum of RGB (Red+Green+Blue) = 116+103+154=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #74679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74679A is #8B9865. Grayscale: #707070. Windows color (decimal): -9148518 or 10119028. OLE color: 10119028.

HSL color Cylindrical-coordinate representation of color #74679A: hue angle of 255.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74679A is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116103154-
CMYK0.250.3300.40
HSL255.29º20.16%50.39%-
HSV(B)255.29º33.12%60.39%-
XYZ17.8915.7532.67-
YUV112.7151.31130.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=31.10%
G=27.61%
B=41.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161031540.250.3300.40255.2920.1650.39
Hex74679A1921028ff1432
Octal16414723231410503772462
Binary11101001100111100110101100110000101010001111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74679A; }

 p { color: rgb(116,103,154); }

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

<style>
 a { background-color: #74679A; }

 a { background-color: rgb(116,103,154); }

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

<style>
 span { border-color: #74679A; }

 span { border-color: rgb(116,103,154); }

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