Html Css Color HEX #756E95 Scampi

📋 copy color: '#756E95'

red 117 ◦ green 110 ◦ blue 149

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

Shades of Scampi #756E95

Tints of Scampi #756E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 31.12%
G = 29.26%
B = 39.63%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756E95 (or 0x756E95) is known color: Scampi. HEX triplet: 75, 6E and 95. RGB value is (117,110,149). Sum of RGB (Red+Green+Blue) = 117+110+149=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #756E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E95 is #8A916A. Grayscale: #747474. Windows color (decimal): -9081195 or 9793141. OLE color: 9793141.

HSL color Cylindrical-coordinate representation of color #756E95: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756E95 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 110 149 -
CMYK 0.21 0.26 0 0.42
HSL 250.77º 0.16% 0.51% -
HSV(B) 250.77º 0.26% 0.58% -
XYZ 18.34 17.1 30.77 -
YUV 116.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 117 110 149 0.21 0.26 0 0.42 250.77 0.16 0.51
Hex 75 6E 95 15 1A 0 2A FB 10 33
Octal 165 156 225 25 32 0 52 373 20 63
Binary 1110101 1101110 10010101 10101 11010 0 101010 11111011 10000 110011

Color Harmonies of #756E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E95

Black with #756E95

Text Example


Text Example

White with #756E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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