#756B95

Color #756B95 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #756B95

Tints of Scampi #756B95

Color information

#756B95 (or 0x756B95) is unknown color: approx Scampi. HEX triplet: 75, 6B and 95. RGB value is (117,107,149). Sum of RGB (Red+Green+Blue) = 117+107+149=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #756B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B95 is #8A946A. Grayscale: #727272. Windows color (decimal): -9081963 or 9792373. OLE color: 9792373.

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

Color convert

RGB117107149-
CMYK0.210.2800.42
HSL254.29º16.54%50.2%-
HSV(B)254.29º28.19%58.43%-
XYZ18.0216.4730.66-
YUV114.78147.31129.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=31.37%
G=28.69%
B=39.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171071490.210.2800.42254.2916.5450.2
Hex756B95151C02Afe1132
Octal16515322525340523762162
Binary1110101110101110010101101011110001010101111111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #756B95;
 }
 .AnyTagClassName
 {
   color: #756B95;
 }
</style>
background-color css

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

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

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

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

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

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