Html Css Color HEX #757096 Scampi

📋 copy color: '#757096'

red 117 ◦ green 112 ◦ blue 150

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

Shades of Scampi #757096

Tints of Scampi #757096

RGB

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

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

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

R = 30.87%
G = 29.55%
B = 39.58%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757096 (or 0x757096) is known color: Scampi. HEX triplet: 75, 70 and 96. RGB value is (117,112,150). Sum of RGB (Red+Green+Blue) = 117+112+150=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #757096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757096 is #8A8F69. Grayscale: #757575. Windows color (decimal): -9080682 or 9859189. OLE color: 9859189.

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

Color convert

RGB 117 112 150 -
CMYK 0.22 0.25 0 0.41
HSL 247.89º 0.15% 0.51% -
HSV(B) 247.89º 0.25% 0.59% -
XYZ 18.64 17.57 31.26 -
YUV 117.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 117 112 150 0.22 0.25 0 0.41 247.89 0.15 0.51
Hex 75 70 96 16 19 0 29 F8 F 33
Octal 165 160 226 26 31 0 51 370 17 63
Binary 1110101 1110000 10010110 10110 11001 0 101001 11111000 1111 110011

Color Harmonies of #757096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757096

Black with #757096

Text Example


Text Example

White with #757096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757096; }

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

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

background-color css

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

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

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

border-color css

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

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

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