Html Css Color HEX #757199 Scampi

📋 copy color: '#757199'

red 117 ◦ green 113 ◦ blue 153

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

Shades of Scampi #757199

Tints of Scampi #757199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 30.55%
G = 29.5%
B = 39.95%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#757199 (or 0x757199) is known color: Scampi. HEX triplet: 75, 71 and 99. RGB value is (117,113,153). Sum of RGB (Red+Green+Blue) = 117+113+153=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #757199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757199 is #8A8E66. Grayscale: #767676. Windows color (decimal): -9080423 or 10056053. OLE color: 10056053.

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

Color convert

RGB 117 113 153 -
CMYK 0.24 0.26 0 0.4
HSL 246º 0.16% 0.52% -
HSV(B) 246º 0.26% 0.6% -
XYZ 18.99 17.89 32.59 -
YUV 118.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 117 113 153 0.24 0.26 0 0.4 246 0.16 0.52
Hex 75 71 99 18 1A 0 28 F6 10 34
Octal 165 161 231 30 32 0 50 366 20 64
Binary 1110101 1110001 10011001 11000 11010 0 101000 11110110 10000 110100

Color Harmonies of #757199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757199

Black with #757199

Text Example


Text Example

White with #757199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757199; }

 p { color: rgb(117,113,153); }

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

background-color css

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

 a { background-color: rgb(117,113,153); }

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

border-color css

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

 span { border-color: rgb(117,113,153); }

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