Html Css Color HEX #757296 Scampi

📋 copy color: '#757296'

red 117 ◦ green 114 ◦ blue 150

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

Shades of Scampi #757296

Tints of Scampi #757296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 30.71%
G = 29.92%
B = 39.37%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757296 (or 0x757296) is known color: Scampi. HEX triplet: 75, 72 and 96. RGB value is (117,114,150). Sum of RGB (Red+Green+Blue) = 117+114+150=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #757296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757296 is #8A8D69. Grayscale: #767676. Windows color (decimal): -9080170 or 9859701. OLE color: 9859701.

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

Color convert

RGB 117 114 150 -
CMYK 0.22 0.24 0 0.41
HSL 245º 0.15% 0.52% -
HSV(B) 245º 0.24% 0.59% -
XYZ 18.86 18.02 31.34 -
YUV 119 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 117 114 150 0.22 0.24 0 0.41 245 0.15 0.52
Hex 75 72 96 16 18 0 29 F5 F 34
Octal 165 162 226 26 30 0 51 365 17 64
Binary 1110101 1110010 10010110 10110 11000 0 101001 11110101 1111 110100

Color Harmonies of #757296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757296

Black with #757296

Text Example


Text Example

White with #757296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757296; }

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

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

background-color css

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

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

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

border-color css

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

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

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