Html Css Color HEX #746792 Scampi

📋 copy color: '#746792'

red 116 ◦ green 103 ◦ blue 146

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

Shades of Scampi #746792

Tints of Scampi #746792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40%

R = 31.78%
G = 28.22%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746792 (or 0x746792) is known color: Scampi. HEX triplet: 74, 67 and 92. RGB value is (116,103,146). Sum of RGB (Red+Green+Blue) = 116+103+146=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #746792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746792 is #8B986D. Grayscale: #6F6F6F. Windows color (decimal): -9148526 or 9594740. OLE color: 9594740.

HSL color Cylindrical-coordinate representation of color #746792: hue angle of 258.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746792 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 103 146 -
CMYK 0.21 0.29 0 0.43
HSL 258.14º 0.17% 0.49% -
HSV(B) 258.14º 0.29% 0.57% -
XYZ 17.24 15.49 29.28 -
YUV 111.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 116 103 146 0.21 0.29 0 0.43 258.14 0.17 0.49
Hex 74 67 92 15 1D 0 2B 102 11 31
Octal 164 147 222 25 35 0 53 402 21 61
Binary 1110100 1100111 10010010 10101 11101 0 101011 100000010 10001 110001

Color Harmonies of #746792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746792

Black with #746792

Text Example


Text Example

White with #746792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746792; }

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

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

background-color css

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

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

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

border-color css

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

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

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