Html Css Color HEX #746099 Scampi

📋 copy color: '#746099'

red 116 ◦ green 96 ◦ blue 153

#746099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #746099

Tints of Scampi #746099

RGB

 RED value IS 116 (45.7% from 255) = 31.78%

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 31.78%
G = 26.3%
B = 41.92%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#746099 (or 0x746099) is known color: Scampi. HEX triplet: 74, 60 and 99. RGB value is (116,96,153). Sum of RGB (Red+Green+Blue) = 116+96+153=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #746099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746099 is #8B9F66. Grayscale: #6C6C6C. Windows color (decimal): -9150311 or 10051700. OLE color: 10051700.

HSL color Cylindrical-coordinate representation of color #746099: hue angle of 261.05º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746099 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 96 153 -
CMYK 0.24 0.37 0 0.4
HSL 261.05º 0.23% 0.49% -
HSV(B) 261.05º 0.37% 0.6% -
XYZ 17.14 14.38 32.01 -
YUV 108.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 116 96 153 0.24 0.37 0 0.4 261.05 0.23 0.49
Hex 74 60 99 18 25 0 28 105 17 31
Octal 164 140 231 30 45 0 50 405 27 61
Binary 1110100 1100000 10011001 11000 100101 0 101000 100000101 10111 110001

Color Harmonies of #746099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746099

Black with #746099

Text Example


Text Example

White with #746099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746099; }

 p { color: rgb(116,96,153); }

 H1.HeaderClassName
 {
   color: #746099;
 }
 .AnyTagClassName
 {
   color: #746099;
 }
</style>

background-color css

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

 a { background-color: rgb(116,96,153); }

 div.DivClassName
 {
   background-color: #746099;
 }
 .BgClassName
 {
   background-color: #746099;
 }
</style>

border-color css

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

 span { border-color: rgb(116,96,153); }

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