Html Css Color HEX #757097 Scampi

📋 copy color: '#757097'

red 117 ◦ green 112 ◦ blue 151

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

Shades of Scampi #757097

Tints of Scampi #757097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 30.79%
G = 29.47%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757097 (or 0x757097) is known color: Scampi. HEX triplet: 75, 70 and 97. RGB value is (117,112,151). Sum of RGB (Red+Green+Blue) = 117+112+151=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #757097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757097 is #8A8F68. Grayscale: #757575. Windows color (decimal): -9080681 or 9924725. OLE color: 9924725.

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

Color convert

RGB 117 112 151 -
CMYK 0.23 0.26 0 0.41
HSL 247.69º 0.16% 0.52% -
HSV(B) 247.69º 0.26% 0.59% -
XYZ 18.72 17.6 31.69 -
YUV 117.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 117 112 151 0.23 0.26 0 0.41 247.69 0.16 0.52
Hex 75 70 97 17 1A 0 29 F8 10 34
Octal 165 160 227 27 32 0 51 370 20 64
Binary 1110101 1110000 10010111 10111 11010 0 101001 11111000 10000 110100

Color Harmonies of #757097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757097

Black with #757097

Text Example


Text Example

White with #757097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757097; }

 p { color: rgb(117,112,151); }

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

background-color css

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

 a { background-color: rgb(117,112,151); }

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

border-color css

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

 span { border-color: rgb(117,112,151); }

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