Html Css Color HEX #746EAC Scampi

📋 copy color: '#746EAC'

red 116 ◦ green 110 ◦ blue 172

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

Shades of Scampi #746EAC

Tints of Scampi #746EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

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

R = 29.15%
G = 27.64%
B = 43.22%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#746EAC (or 0x746EAC) is known color: Scampi. HEX triplet: 74, 6E and AC. RGB value is (116,110,172). Sum of RGB (Red+Green+Blue) = 116+110+172=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #746EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EAC is #8B9153. Grayscale: #767676. Windows color (decimal): -9146708 or 11300468. OLE color: 11300468.

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

Color convert

RGB 116 110 172 -
CMYK 0.33 0.36 0 0.33
HSL 245.81º 0.27% 0.55% -
HSV(B) 245.81º 0.36% 0.67% -
XYZ 20.22 17.84 41.41 -
YUV 118.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 116 110 172 0.33 0.36 0 0.33 245.81 0.27 0.55
Hex 74 6E AC 21 24 0 21 F6 1B 37
Octal 164 156 254 41 44 0 41 366 33 67
Binary 1110100 1101110 10101100 100001 100100 0 100001 11110110 11011 110111

Color Harmonies of #746EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746EAC

Black with #746EAC

Text Example


Text Example

White with #746EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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