Html Css Color HEX #746FAC Scampi

📋 copy color: '#746FAC'

red 116 ◦ green 111 ◦ blue 172

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

Shades of Scampi #746FAC

Tints of Scampi #746FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.82%

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

R = 29.07%
G = 27.82%
B = 43.11%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#746FAC (or 0x746FAC) is known color: Scampi. HEX triplet: 74, 6F and AC. RGB value is (116,111,172). Sum of RGB (Red+Green+Blue) = 116+111+172=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #746FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746FAC is #8B9053. Grayscale: #777777. Windows color (decimal): -9146452 or 11300724. OLE color: 11300724.

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

Color convert

RGB 116 111 172 -
CMYK 0.33 0.35 0 0.33
HSL 244.92º 0.27% 0.55% -
HSV(B) 244.92º 0.35% 0.67% -
XYZ 20.33 18.06 41.44 -
YUV 119.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 116 111 172 0.33 0.35 0 0.33 244.92 0.27 0.55
Hex 74 6F AC 21 23 0 21 F5 1B 37
Octal 164 157 254 41 43 0 41 365 33 67
Binary 1110100 1101111 10101100 100001 100011 0 100001 11110101 11011 110111

Color Harmonies of #746FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FAC

Black with #746FAC

Text Example


Text Example

White with #746FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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