Html Css Color HEX #746799 Scampi

📋 copy color: '#746799'

red 116 ◦ green 103 ◦ blue 153

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

Shades of Scampi #746799

Tints of Scampi #746799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 31.18%
G = 27.69%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#746799 (or 0x746799) is known color: Scampi. HEX triplet: 74, 67 and 99. RGB value is (116,103,153). Sum of RGB (Red+Green+Blue) = 116+103+153=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #746799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746799 is #8B9866. Grayscale: #707070. Windows color (decimal): -9148519 or 10053492. OLE color: 10053492.

HSL color Cylindrical-coordinate representation of color #746799: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746799 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 103 153 -
CMYK 0.24 0.33 0 0.4
HSL 255.6º 0.2% 0.5% -
HSV(B) 255.6º 0.33% 0.6% -
XYZ 17.8 15.71 32.23 -
YUV 112.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 116 103 153 0.24 0.33 0 0.4 255.6 0.2 0.5
Hex 74 67 99 18 21 0 28 100 14 32
Octal 164 147 231 30 41 0 50 400 24 62
Binary 1110100 1100111 10011001 11000 100001 0 101000 100000000 10100 110010

Color Harmonies of #746799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746799

Black with #746799

Text Example


Text Example

White with #746799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746799; }

 p { color: rgb(116,103,153); }

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

background-color css

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

 a { background-color: rgb(116,103,153); }

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

border-color css

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

 span { border-color: rgb(116,103,153); }

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