#756798

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

Shades of Scampi #756798

Tints of Scampi #756798

Color information

#756798 (or 0x756798) is unknown color: approx Scampi. HEX triplet: 75, 67 and 98. RGB value is (117,103,152). Sum of RGB (Red+Green+Blue) = 117+103+152=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #756798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756798 is #8A9867. Grayscale: #707070. Windows color (decimal): -9082984 or 9987957. OLE color: 9987957.

HSL color Cylindrical-coordinate representation of color #756798: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756798 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117103152-
CMYK0.230.3200.40
HSL257.14º19.22%50%-
HSV(B)257.14º32.24%59.61%-
XYZ17.8515.7531.8-
YUV112.77150.14131.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=31.45%
G=27.69%
B=40.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171031520.230.3200.40257.1419.2250
Hex75679817200281011332
Octal16514723027400504012362
Binary111010111001111001100010111100000010100010000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756798; }

 p { color: rgb(117,103,152); }

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

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

 a { background-color: rgb(117,103,152); }

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

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

 span { border-color: rgb(117,103,152); }

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