Html Css Color HEX #757391 Scampi

📋 copy color: '#757391'

red 117 ◦ green 115 ◦ blue 145

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

Shades of Scampi #757391

Tints of Scampi #757391

RGB

 RED value IS 117 (46.09% from 255) = 31.03%

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 31.03%
G = 30.5%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757391 (or 0x757391) is known color: Scampi. HEX triplet: 75, 73 and 91. RGB value is (117,115,145). Sum of RGB (Red+Green+Blue) = 117+115+145=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #757391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757391 is #8A8C6E. Grayscale: #767676. Windows color (decimal): -9079919 or 9532277. OLE color: 9532277.

HSL color Cylindrical-coordinate representation of color #757391: hue angle of 244º 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 #757391 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 115 145 -
CMYK 0.19 0.21 0 0.43
HSL 244º 0.12% 0.51% -
HSV(B) 244º 0.21% 0.57% -
XYZ 18.58 18.09 29.3 -
YUV 119.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 117 115 145 0.19 0.21 0 0.43 244 0.12 0.51
Hex 75 73 91 13 15 0 2B F4 C 33
Octal 165 163 221 23 25 0 53 364 14 63
Binary 1110101 1110011 10010001 10011 10101 0 101011 11110100 1100 110011

Color Harmonies of #757391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757391

Black with #757391

Text Example


Text Example

White with #757391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757391; }

 p { color: rgb(117,115,145); }

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

background-color css

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

 a { background-color: rgb(117,115,145); }

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

border-color css

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

 span { border-color: rgb(117,115,145); }

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