Html Css Color HEX #756EA0 Scampi

📋 copy color: '#756EA0'

red 117 ◦ green 110 ◦ blue 160

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

Shades of Scampi #756EA0

Tints of Scampi #756EA0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 30.23%
G = 28.42%
B = 41.34%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#756EA0 (or 0x756EA0) is known color: Scampi. HEX triplet: 75, 6E and A0. RGB value is (117,110,160). Sum of RGB (Red+Green+Blue) = 117+110+160=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #756EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EA0 is #8A915F. Grayscale: #757575. Windows color (decimal): -9081184 or 10514037. OLE color: 10514037.

HSL color Cylindrical-coordinate representation of color #756EA0: hue angle of 248.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #756EA0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 110 160 -
CMYK 0.27 0.31 0 0.37
HSL 248.4º 0.21% 0.53% -
HSV(B) 248.4º 0.31% 0.63% -
XYZ 19.26 17.47 35.62 -
YUV 117.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 117 110 160 0.27 0.31 0 0.37 248.4 0.21 0.53
Hex 75 6E A0 1B 1F 0 25 F8 15 35
Octal 165 156 240 33 37 0 45 370 25 65
Binary 1110101 1101110 10100000 11011 11111 0 100101 11111000 10101 110101

Color Harmonies of #756EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EA0

Black with #756EA0

Text Example


Text Example

White with #756EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756EA0; }

 p { color: rgb(117,110,160); }

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

background-color css

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

 a { background-color: rgb(117,110,160); }

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

border-color css

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

 span { border-color: rgb(117,110,160); }

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