#75779B

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

Shades of Scampi #75779B

Tints of Scampi #75779B

Color information

#75779B (or 0x75779B) is unknown color: approx Scampi. HEX triplet: 75, 77 and 9B. RGB value is (117,119,155). Sum of RGB (Red+Green+Blue) = 117+119+155=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #75779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75779B is #8A8864. Grayscale: #7A7A7A. Windows color (decimal): -9078885 or 10188661. OLE color: 10188661.

HSL color Cylindrical-coordinate representation of color #75779B: hue angle of 236.84º 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 #75779B is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117119155-
CMYK0.250.2300.39
HSL236.84º15.97%53.33%-
HSV(B)236.84º24.52%60.78%-
XYZ19.8519.3433.7-
YUV122.51146.34124.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=29.92%
G=30.43%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171191550.250.2300.39236.8415.9753.33
Hex75779B1917027ed1035
Octal16516723331270473552065
Binary1110101111011110011011110011011101001111110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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