Html Css Color HEX #746DAC Scampi

📋 copy color: '#746DAC'

red 116 ◦ green 109 ◦ blue 172

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

Shades of Scampi #746DAC

Tints of Scampi #746DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 29.22%
G = 27.46%
B = 43.32%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#746DAC (or 0x746DAC) is known color: Scampi. HEX triplet: 74, 6D and AC. RGB value is (116,109,172). Sum of RGB (Red+Green+Blue) = 116+109+172=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #746DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DAC is #8B9253. Grayscale: #767676. Windows color (decimal): -9146964 or 11300212. OLE color: 11300212.

HSL color Cylindrical-coordinate representation of color #746DAC: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746DAC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 109 172 -
CMYK 0.33 0.37 0 0.33
HSL 246.67º 0.28% 0.55% -
HSV(B) 246.67º 0.37% 0.67% -
XYZ 20.12 17.63 41.37 -
YUV 118.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 116 109 172 0.33 0.37 0 0.33 246.67 0.28 0.55
Hex 74 6D AC 21 25 0 21 F7 1C 37
Octal 164 155 254 41 45 0 41 367 34 67
Binary 1110100 1101101 10101100 100001 100101 0 100001 11110111 11100 110111

Color Harmonies of #746DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DAC

Black with #746DAC

Text Example


Text Example

White with #746DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746DAC; }

 p { color: rgb(116,109,172); }

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

background-color css

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

 a { background-color: rgb(116,109,172); }

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

border-color css

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

 span { border-color: rgb(116,109,172); }

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