Html Css Color HEX #746697 Scampi

📋 copy color: '#746697'

red 116 ◦ green 102 ◦ blue 151

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

Shades of Scampi #746697

Tints of Scampi #746697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 31.44%
G = 27.64%
B = 40.92%

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

#746697 (or 0x746697) is known color: Scampi. HEX triplet: 74, 66 and 97. RGB value is (116,102,151). Sum of RGB (Red+Green+Blue) = 116+102+151=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #746697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746697 is #8B9968. Grayscale: #6F6F6F. Windows color (decimal): -9148777 or 9922164. OLE color: 9922164.

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

Color convert

RGB 116 102 151 -
CMYK 0.23 0.32 0 0.41
HSL 257.14º 0.19% 0.5% -
HSV(B) 257.14º 0.32% 0.59% -
XYZ 17.54 15.45 31.34 -
YUV 111.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 116 102 151 0.23 0.32 0 0.41 257.14 0.19 0.5
Hex 74 66 97 17 20 0 29 101 13 32
Octal 164 146 227 27 40 0 51 401 23 62
Binary 1110100 1100110 10010111 10111 100000 0 101001 100000001 10011 110010

Color Harmonies of #746697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746697

Black with #746697

Text Example


Text Example

White with #746697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746697; }

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

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

background-color css

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

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

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

border-color css

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

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

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