Html Css Color HEX #746CAC Scampi

📋 copy color: '#746CAC'

red 116 ◦ green 108 ◦ blue 172

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

Shades of Scampi #746CAC

Tints of Scampi #746CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

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

R = 29.29%
G = 27.27%
B = 43.43%

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

#746CAC (or 0x746CAC) is known color: Scampi. HEX triplet: 74, 6C and AC. RGB value is (116,108,172). Sum of RGB (Red+Green+Blue) = 116+108+172=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #746CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CAC is #8B9353. Grayscale: #757575. Windows color (decimal): -9147220 or 11299956. OLE color: 11299956.

HSL color Cylindrical-coordinate representation of color #746CAC: hue angle of 247.5º 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 #746CAC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 108 172 -
CMYK 0.33 0.37 0 0.33
HSL 247.5º 0.28% 0.55% -
HSV(B) 247.5º 0.37% 0.67% -
XYZ 20.01 17.42 41.34 -
YUV 117.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 116 108 172 0.33 0.37 0 0.33 247.5 0.28 0.55
Hex 74 6C AC 21 25 0 21 F8 1C 37
Octal 164 154 254 41 45 0 41 370 34 67
Binary 1110100 1101100 10101100 100001 100101 0 100001 11111000 11100 110111

Color Harmonies of #746CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CAC

Black with #746CAC

Text Example


Text Example

White with #746CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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