#75769B

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

Shades of Scampi #75769B

Tints of Scampi #75769B

Color information

#75769B (or 0x75769B) is unknown color: approx Scampi. HEX triplet: 75, 76 and 9B. RGB value is (117,118,155). Sum of RGB (Red+Green+Blue) = 117+118+155=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #75769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75769B is #8A8964. Grayscale: #797979. Windows color (decimal): -9079141 or 10188405. OLE color: 10188405.

HSL color Cylindrical-coordinate representation of color #75769B: hue angle of 238.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75769B is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117118155-
CMYK0.250.2400.39
HSL238.42º15.97%53.33%-
HSV(B)238.42º24.52%60.78%-
XYZ19.7319.1133.66-
YUV121.92146.67124.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=30%
G=30.26%
B=39.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171181550.250.2400.39238.4215.9753.33
Hex75769B1918027ee1035
Octal16516623331300473562065
Binary1110101111011010011011110011100001001111110111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75769B; }

 p { color: rgb(117,118,155); }

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

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

 a { background-color: rgb(117,118,155); }

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

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

 span { border-color: rgb(117,118,155); }

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