Html Css Color HEX #757396 Scampi

📋 copy color: '#757396'

red 117 ◦ green 115 ◦ blue 150

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

Shades of Scampi #757396

Tints of Scampi #757396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 30.63%
G = 30.1%
B = 39.27%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757396 (or 0x757396) is known color: Scampi. HEX triplet: 75, 73 and 96. RGB value is (117,115,150). Sum of RGB (Red+Green+Blue) = 117+115+150=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #757396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757396 is #8A8C69. Grayscale: #777777. Windows color (decimal): -9079914 or 9859957. OLE color: 9859957.

HSL color Cylindrical-coordinate representation of color #757396: hue angle of 243.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757396 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 115 150 -
CMYK 0.22 0.23 0 0.41
HSL 243.43º 0.14% 0.52% -
HSV(B) 243.43º 0.23% 0.59% -
XYZ 18.97 18.25 31.38 -
YUV 119.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 117 115 150 0.22 0.23 0 0.41 243.43 0.14 0.52
Hex 75 73 96 16 17 0 29 F3 E 34
Octal 165 163 226 26 27 0 51 363 16 64
Binary 1110101 1110011 10010110 10110 10111 0 101001 11110011 1110 110100

Color Harmonies of #757396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757396

Black with #757396

Text Example


Text Example

White with #757396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757396; }

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

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

background-color css

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

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

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

border-color css

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

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

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