Html Css Color HEX #746A9C Scampi

📋 copy color: '#746A9C'

red 116 ◦ green 106 ◦ blue 156

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

Shades of Scampi #746A9C

Tints of Scampi #746A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 30.69%
G = 28.04%
B = 41.27%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#746A9C (or 0x746A9C) is known color: Scampi. HEX triplet: 74, 6A and 9C. RGB value is (116,106,156). Sum of RGB (Red+Green+Blue) = 116+106+156=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #746A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A9C is #8B9563. Grayscale: #727272. Windows color (decimal): -9147748 or 10250868. OLE color: 10250868.

HSL color Cylindrical-coordinate representation of color #746A9C: hue angle of 252º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746A9C is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 106 156 -
CMYK 0.26 0.32 0 0.39
HSL 252º 0.2% 0.51% -
HSV(B) 252º 0.32% 0.61% -
XYZ 18.36 16.42 33.65 -
YUV 114.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 116 106 156 0.26 0.32 0 0.39 252 0.2 0.51
Hex 74 6A 9C 1A 20 0 27 FC 14 33
Octal 164 152 234 32 40 0 47 374 24 63
Binary 1110100 1101010 10011100 11010 100000 0 100111 11111100 10100 110011

Color Harmonies of #746A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A9C

Black with #746A9C

Text Example


Text Example

White with #746A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,156); }

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

background-color css

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

 a { background-color: rgb(116,106,156); }

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

border-color css

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

 span { border-color: rgb(116,106,156); }

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