Html Css Color HEX #746696 Scampi

📋 copy color: '#746696'

red 116 ◦ green 102 ◦ blue 150

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

Shades of Scampi #746696

Tints of Scampi #746696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 150 (58.98% from 255) = 40.76%

R = 31.52%
G = 27.72%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746696 (or 0x746696) is known color: Scampi. HEX triplet: 74, 66 and 96. RGB value is (116,102,150). Sum of RGB (Red+Green+Blue) = 116+102+150=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #746696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746696 is #8B9969. Grayscale: #6F6F6F. Windows color (decimal): -9148778 or 9856628. OLE color: 9856628.

HSL color Cylindrical-coordinate representation of color #746696: hue angle of 257.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746696 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 102 150 -
CMYK 0.23 0.32 0 0.41
HSL 257.5º 0.19% 0.49% -
HSV(B) 257.5º 0.32% 0.59% -
XYZ 17.46 15.42 30.91 -
YUV 111.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 116 102 150 0.23 0.32 0 0.41 257.5 0.19 0.49
Hex 74 66 96 17 20 0 29 102 13 31
Octal 164 146 226 27 40 0 51 402 23 61
Binary 1110100 1100110 10010110 10111 100000 0 101001 100000010 10011 110001

Color Harmonies of #746696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746696

Black with #746696

Text Example


Text Example

White with #746696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746696; }

 p { color: rgb(116,102,150); }

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

background-color css

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

 a { background-color: rgb(116,102,150); }

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

border-color css

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

 span { border-color: rgb(116,102,150); }

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