Html Css Color HEX #747592 Scampi

📋 copy color: '#747592'

red 116 ◦ green 117 ◦ blue 146

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

Shades of Scampi #747592

Tints of Scampi #747592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 30.61%
G = 30.87%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747592 (or 0x747592) is known color: Scampi. HEX triplet: 74, 75 and 92. RGB value is (116,117,146). Sum of RGB (Red+Green+Blue) = 116+117+146=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #747592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747592 is #8B8A6D. Grayscale: #777777. Windows color (decimal): -9144942 or 9598324. OLE color: 9598324.

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

Color convert

RGB 116 117 146 -
CMYK 0.21 0.20 0 0.43
HSL 238º 0.12% 0.51% -
HSV(B) 238º 0.21% 0.57% -
XYZ 18.75 18.51 29.78 -
YUV 120.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 116 117 146 0.21 0.20 0 0.43 238 0.12 0.51
Hex 74 75 92 15 14 0 2B EE C 33
Octal 164 165 222 25 24 0 53 356 14 63
Binary 1110100 1110101 10010010 10101 10100 0 101011 11101110 1100 110011

Color Harmonies of #747592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747592

Black with #747592

Text Example


Text Example

White with #747592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747592; }

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

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

background-color css

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

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

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

border-color css

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

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

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